.basictab ul{
	margin: 4px;
	padding: 3px 0;
	margin-left: 5;
	font: bold 11px Verdana;
	/*font:Verdana, Arial, Helvetica, sans-serif bold 9px;*/
	border-bottom: 1px solid #7C817A;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/

}

.basictab li{
	display: inline;
	margin: 4px;


}

.basictab li a{
	text-decoration: none;
	padding: 3px 7px;
	margin-right: 3px;
	/*border-right: 1px solid gray;*/
	border-bottom: none;
	color:#898B88;

}

.basictab li a:visited{
	color: #7C817A;

}

.basictab li a:hover, .basictab li a.current{
	color: #004993;
}

.basictab li a.uCurrent{
	font-size: 8pt; 
	color:#004993; 
	font-family: verdana , tahoma, arial;
	font-weight:bold
}


.basictab li a:active{
	color: 898B88;
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}

.tabcontent{
	display:none;
	margin-left: 15;
}

.tabcontent a{
	font-size: 8pt; 
	color:#898B88; 
	font-family: verdana , tahoma, arial;
	font-weight:bold
}
.tabcontent a.aCurrent{
	font-size: 8pt; 
	color:#004993; 
	font-family: verdana , tahoma, arial;
	font-weight:bold
}
