.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle a:hover, .chromestyle a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding: 3px 0px 0px 0px;
opacity: 0;
filter:alpha(opacity=0);
color: #eeeeee;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left: 0px;
margin-top: 1px;
z-index:100;
width: 173px;
visibility: hidden;
/*background: url(images/dropdownShadowBG.png) repeat-y top left;*/ 
padding-left: 12px;
padding-right: 11px;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=8); Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a:link, .dropmenudiv a:visited{
display: block;
/*border-bottom: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom: 1px solid #e5eaee;
padding: 5px 10px 5px 21px;
text-decoration: none;
color: #00355d;
font-size: 10px;
font-weight: normal;
line-height: normal;
background: #ffffff url(/images/bulletDropdown.gif) no-repeat 9px 8px;
width: 137px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color: #eeeeee;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #b3c7d5;
}