.chromestyle{
width: 750px;
height:30px;
position:relative;
font-weight: bold;
margin:0;
padding:0;
display:block;
left:0px;
z-index:3;
}

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

.chromestyle ul{
border: 0px;
width: 100%;
background: url(../images/menu-bkg.gif) repeat-x; /*THEME CHANGE HERE*/
height:30px;
padding:0px 0 0 150px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/

}

.chromestyle ul li{
display: inline;
height:30px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:30px;

}

.chromestyle ul li a {
color: #ffffff;
padding: 7px 7px;
margin: 0;
text-decoration: none;
border-right: 01px solid #5c90c6;
z-index:1000;
}

.chromestyle ul li a:link {
color: #ffffff;
padding: 7px 7px;
margin: 0;
text-decoration: none;
border-right: 01px solid #5c90c6;
z-index:1000;
}

.chromestyle ul li a:selected {
color: #ffffff;
padding: 7px 7px;
margin: 0;
text-decoration: none;
border-right: 01px solid #5c90c6;
z-index:1000;
}

.chromestyle ul li a:visited {
color: #ffffff;
padding: 7px 7px;
margin: 0;
text-decoration: none;
border-right: 01px solid #5c90c6;
z-index:1000;
}

.chromestyle ul li a:hover { /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(../images/menu-bkg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/

}

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

.dropmenudiv{
position:absolute;
top: 0px;
display:block;
border: 1px solid #666666; /*THEME CHANGE HERE*/
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:18px;
z-index:100;
background-color: #e8eeee;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}
.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px dotted #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration:underline;
font-weight: normal;
color: #0f4985;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}
.dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
border-bottom: 2px dotted #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration:underline;
font-weight: normal;
color: #0f4985;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
* html .dropmenudiv a:visited { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#dfe6eb;
}