.chromestyle{
width: 100%;
height: 52px;
font-weight: normal;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
background-color: #999900;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 18px 0 0 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
background: url(../images/menuLine.png) top right no-repeat;
padding: 5px 7px 5px 1px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover{
color: #ffffff;
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #d9d946; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px arial;
text-align: left;
line-height:18px;
z-index:100;
background-color: #e6eb5d;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #d9d946; /*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: normal;
color: #000000;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e7eb80;
}