#chromemenu{
width: 100%;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	width: 100%;
	background: #00458A;
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: normal 12px Verdana, Arial, Helvetica, sans-serif;
}


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #EFEFEF;
	font-weight: normal;
	padding: 3px 12px;
	text-decoration: none; /*Theme Change here*/
	border-right-color: #999999;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: none;
	border-bottom-style: none;
}

#chromemenu ul li a:hover{
	color: #EFEFEF;
	background-color: #0060AD;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font:normal 11px/16px Arial, Helvetica, sans-serif;
	background-color: #ffffff;
	z-index:100;
	width: 200px;
	visibility: hidden;




filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); 				color:F3F3F3;
}

.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB;
	padding: 2px 0;
	text-decoration: none;
	color: #00458A;
}

.dropmenudiv a:hover{
	background-color: #0060AD;
	color: #FFFFFF;
}
