#myMenu{
	position:relative;	/* Don't change this position attribute */	
	clear: both;
	width: 930px;
	overflow: hidden;
	/*border-bottom: 1px solid #eeeeee;*/
}

#mainMenu{
	font-size: 13pt;
	width: 904px; 
	z-index: 100;	
	overflow: hidden;
}
#mainMenu A{	
	text-decoration:none; border: none;
	color: #999999;	
	padding: 3px 10px 3px 10px;
	height: 26px; display: inline-block;
}
#mainMenu A:hover{	
	color: black;		
}

#selectedItem {
	color: red!important;			
}


#submenu{		
	margin-top: 5px;
	height: 20px;
	z-index: 20;
	font-size: 8pt;
	clear: both;		
}	

#submenu A{	
	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	color: #176e92;
	border: none;	
	padding: 0px 10px 0px 10px;
}
#submenu A:hover{	
	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	color: red;
	border: none;
}

#submenu A #sel{	
	text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */
	font-weight: bold;
	border: none;
} 