.basictab {
	border-right:1px solid #B1DCE9;
}

.basictab ul{
margin: 0px;
padding: 0px 0;
font:10px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.basictab li{
float:left;
display: inline;
margin: 0px;
padding:7px 0px 8px 0px;

}

.basictab li a{
text-decoration: none;
padding: 9px 4px;
padding-left:5px;
border: 1px solid #B1DCE9;
border-bottom: none;
color: #2d2b2b;
background-image:url(../images/tab-a-bg.gif);
background-repeat:repeat-x;
}

.basictab li a:visited{
color: #2d2b2b;
}

.basictab li a:hover, .basictab li a.current{
background-image:url(../images/tab-hover.gif);
background-repeat:repeat-x;
border-bottom:none;

}

.basictab li a:active{
color: black;
}

.tabcontainer{
clear: left;
/*width of 2nd level sub menus*/
height:203px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
border:1px solid #b1dce9;
border-top:none;
text-align:left;
}

.tabcontent{
display:none;
text-align:justify;
padding:10px;
}

.tabcontent ul{
	padding-left:15px;
	margin:0px;
	line-height:18px;
	
}
