/* #########  Main Menu Bar CSS ######### */

.navMenu ul{
	margin: 0px 0px 0px 0px;
	padding-left:0px;
	width: 705px;	
	height:36px; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size:8.50pt;
	list-style-type: none;
	border-bottom: 1px solid #e7e7e7;
	background-image: url(/images/nav_tab_bkground1.gif);
	overflow: hidden;
	float: left;
	clear: left;
}

.navMenu li{
	float: left;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 8.50pt;
	font-variant:normal;
	font-style:normal;	
	font-weight:600;	
	font-stretch:semi-expanded;	
	color: #00496e;
}

.navMenu li a{
	float: left;
	/*display: block;  */
	text-decoration: none;
	margin: 1px 0px 0px 2px; 
	padding: 7px 4px 2px 3px; /*padding inside each tab*/
	/*border-right: 1px solid white;  right divider between tabs*/
	/*color: white;*/
	/*background: #414141;  */
}

ul.navMenu li a span {
	float: left;
	padding-left: 11px;
	padding-right: 10px; 
	display: block;
	height: 36px;
}



/*.navMenu li a:visited{
color: white;
}  */

/*.navMenu li a:hover{
background: gold;   background of tabs for hover state 
}   */

/*.navMenu a.selected{
background: #333399 ; /*background of tab with "selected" class assigned to its LI 
}*/