.chromestyle{
width: 100%;
font-weight: bold;
border-left: 1px solid #888;
border-right: 1px solid #888;
}

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

.chromestyle ul{
width: 800px;
background: url(../img/menu_bg.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fcfcfc;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}


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

.dropmenudiv{
position:absolute;
top: 0;
left:0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:normal;
line-height:18px;
z-index:100;
width: 200px;
visibility: hidden;
min-width:100px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #777; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:normal;
background-color:#656565;
color: #fcfcfc;
}

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

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