#chromemenu{
width: 99%;
}

#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 #BBB;
width: 680px;
background: url(menuBG.gif) top left repeat-x; /*Theme Change here*/
margin-left: 0;
padding-left: 0;
padding-right: 0;
margin: 0;
float: center;
font-family: arial;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}


#chromemenu ul li{
display: inline;
align:left;
}


#chromemenu ul li a{
float: left;
font-family: arial;
	font-size: 11px;
	text-decoration: none;
	color: #BBCAE2;
	font-weight: normal;
padding: 14px 23px 15px 23px;
text-decoration: none;
background: url(menubar_divider.gif) center right no-repeat; /*Theme Change here*/
}

#chromemenu ul li a:hover{
color: #ffffff;
}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*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 #E7E7E7; /*Theme Change here*/
border-bottom-width: 0;
font:normal 10px arial !important;
line-height:18px;
z-index:100;
background-color: #FAFAFA;
width: 150px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #A4A4A4; /*Theme Change here*/
padding: 5px 5px;
text-decoration: none;
color: #727272;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #EAEAEA;
}