.chromestyle{width: 818px; font-weight: bold;}
/*Add margin between menu and rest of content in Firefox*/
.chromestyle:after{content: "."; display: block; height: 0; clear: both; visibility: hidden;}
/*background: url("../images/menubackground.gif") center center repeat-x; /*THEME CHANGE HERE*/
/*background: url("../images/menubg.png") center center repeat-x;*/
.chromestyle ul
{
    width: 100%;
    padding: 2px 2px;
    margin: 0;
    text-align: left; font-family:Arial, Helvetica, sans-serif; font-size:11px;font-weight:normal;
    background-color:#e0e0e0;
}
.chromestyle ul li {display: inline;}
.chromestyle ul li a{color: black; padding: 0px 7px; margin:0; text-decoration:none; border-right: 1px solid silver;}
.chromestyle ul li a:hover {background-color:#d5d5d5;}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #efedee;
width: 200px;
visibility: hidden;
font-family:Arial, Helvetica, sans-serif; font-size:11px;font-weight:normal; 
/* 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: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
color:Black;
background-color:#e0e0e0;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background: #d5d5d5; text-decoration: underline; color: blue;
}