.chromestyle{
width:95%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
/*border-bottom: 1px solid #ffffff;*/

width: 100%;
/*background-color:#924605; THEME CHANGE HERE*/
padding: 10px 5px 11px 5px;


margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}


.chromestyle ul li a{
font-family:Arial;
font-size:14px;
font-weight:bold;
color: #FFFFFF;
padding: 10px 15px 12px 15px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #ffffff;

}
.chromestyle ul li a:link{
font-family:Arial;
font-size:14px;
font-weight:bold;
color: #FFFFFF;
padding: 10px 15px 12px 15px;
margin: 0px;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{

padding: 10px 15px 12px 15px;
 background-color:#f1730c;

}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana; margin-top:-1px;margin-left:-1px;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #36a291; /*THEME CHANGE HERE*/
padding: 10px 7px 11px 7px;
text-decoration: none;
font-weight: bold;
color: #FFFFFF;
background-color:#1e967a;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #e9e689;
color: #088d78;
}
