#chromemenu{
width: 400px;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: "."; */
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul{
	border: 0px solid #00549F;
	width: 100%; /*Theme Change here*/
	margin-left: 0;
	padding-left: 0;
	margin: 0;
	float: left;
	font: bold 12px Verdana;
}


#chromemenu ul li{
	display: inline;
}


#chromemenu ul li a{
	float: left;
	color: #000000;
	font-weight: normal;
	text-decoration: none; /*Theme Change here*/
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

#chromemenu ul li a:hover{
	background-color: #d0d1d1;
	color: #000000;
	 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color: #F6F4F5;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.(color=#CACACA,direction=-90,strength=2);
	border: 1px solid #d0d1d1;
	text-align: left;
}
	
.dropmenudiv a{
width: 100%;
display: block;
text-indent: 4px;
border-bottom: 1px solid #d0d1d1; /*Theme Change here*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
	/*background-color: #7FA9CF;*/
	color: #003c71;
	font-weight: none;
	background-color: #CCCCCC;
}
