.chromestyle{
width: 620px;
font-weight: bold;
font-family:Verdana, Arial, Helvetica, sans-serif;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block ; 
height: 0px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
padding: 12px;;
text-decoration: none;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #000000;
border-right: 1px solid #c9bc63;
}

.chromestyle ul li a:visited{
color: #000000;
padding: 12px;
text-decoration: none;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
border-right: 1px solid #c9bc63;
}

.chromestyle ul li a:hover{
background-image:url(../images/arrow.gif);
background-position: bottom center;
background-repeat:no-repeat;
color: #086ec0;
padding: 12px;
text-decoration: none;
font-size:12px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold; 
border-right: 1px solid #c9bc63;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-top: 1px solid #000; /*THEME CHANGE HERE*/
border-left: 1px solid #000; /*THEME CHANGE HERE*/
border-right: 1px solid #000; /*THEME CHANGE HERE*/
font: Arial, Helvetica, sans-serif;
font-size: 11px;
color:#807742;
line-height:18px;
z-index:100;
background-color: #ffef84;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 0px;
border-bottom: 1px solid #000000; /*THEME CHANGE HERE*/
padding: 2px 15px;
text-decoration: none;
font:normal 12px Verdana;
color: black;
text-align: left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #086ec0;
color: #ffffff;
}
