.chromestyle{
width: 100%;
font-family: Verdana, Arial, Tahoma, Ms Sans Serif, Helvetica;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
color: #000000;
text-decoration: none;
}

.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 solid #BBB;
width: 100%;
padding: 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 3px 0px;
margin: 0;
text-decoration: none;
border-right: 0px solid #bbbbbb;
border-left: 0px solid #bbbbbb;
}

.chromestyle ul li a:hover{
color: #522603;
border: 0px solid #000000;
border-top: 0px solid #000000;
border-bottom: 0px solid #BBB;
}

.chromestyle ul li a.selected{
color: #522603;
border: 0px solid #BBBBBB;
border-top: 0px solid #000000;
border-bottom: 0px solid #BBB;
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0px; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family: Verdana, Arial, Tahoma, Ms Sans Serif, Helvetica;
font-size: 11px;
font-style: normal;
line-height: normal;
font-weight: normal;
font-variant: normal;
line-height:11px;
z-index:100;
width: 200px;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#222222,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border: 0px solid #BBB;
border-top: 0px solid #BBBBBB;
border-bottom: 0px solid #BBBBBB; /*THEME CHANGE HERE*/
padding: 3px 0;
text-decoration: none;
font-weight: bold;
color: e1e1db;
background-color: #828385;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #000000;
font-weight: bold;
background-color: #828385;
background: url(../images/cellbg-over.png) center center repeat-x;
background-alpha: 50;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/
font-weight: bold;
}