.chromestyle{
font-size:0.9em;
line-height:2.7em;
font-family:Georgia, Times New Roman, Times, serif;
width: 100%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
padding:0px;
list-style: none;
background-color: #DFE3E6;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{

display: inline;
}

.chromestyle ul li a{
font-weight:bold;
color: #943507;
padding: 4px 20px 4px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #943507;
}

.chromestyle ul li a:hover{
background: url(../images/magnifier.png) right center no-repeat; /*THEME CHANGE HERE*/
color:#000000;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
list-style: none;
position:absolute;
top: 0px;
border: 1px solid #333; /*THEME CHANGE HERE*/
border-top-width: 0;
z-index:100;
background-color: #DFE3E6;
width: 11em;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#333333,direction=125,strength=6); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;

border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 5px 0;
text-decoration: none;
color: #666666;
font-size:0.82em;
line-height:2em;
font-family:Georgia, Times New Roman, Times, serif;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#000000;
background-color: #F0F0F0;
background: url(../images/magnifier.png) right center no-repeat; /*THEME CHANGE HERE*/
}