.chromestyle{
width: 100%;
font-size:10px;
}

.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: 7px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 4px 2px;
margin: 0px;
line-height:10px!important;
text-decoration: none;

}

.chromestyle ul li a:hover{
text-decoration: underline;
color:#E1CB6E!important;
}

.chromestyle ul li a:visited{
color:#FFFFFF;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 5;
border: 1px solid #67542A; /*THEME CHANGE HERE*/
font:normal 10px Verdana;
line-height:18px;
z-index:100;
background-color:#E1CB6E;
width: 150px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
background-repeat:no-repeat;
background-position:left;
text-indent:5px;
display: block;
/*THEME CHANGE HERE*/
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: 67542A;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #E1CB6E;
color:#67542A;
}

.dropmenudiv a:visited{ /*THEME CHANGE HERE*/

color:#67542A;
}