.chromestyle{
font-weight: bold;
color: #000;
}

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

.chromestyle ul{
border: 0px solid #A9AB87;
color: #000;
width: 100%;
padding: 9px 0px 8px 8px;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000;
font-size: 11px;
padding: 9px 7px 7px 7px;
margin: 0;
text-decoration: none;
letter-spacing: normal;
border: 1px solid #A9AB87;
}

.chromestyle ul li a:hover{
/* background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-color: #E57300;
border: 1px solid #E57300;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
border-left: 1px solid #E5E7D4;
border-right: 1px solid #E5E7D4;
border-top: 1px solid #E5E7D4;
line-height:16px;
font: normal 10px Arial;
z-index:100;
background-color: #A9AB87;
width: 150px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=3); */
}


.dropmenudiv a{
font-size: 10px;
width: auto;
display: block;
padding: 3px 3px;
padding-left: 8px;
text-decoration: none;
border-bottom: 1px solid #E5E7D4;
color: #000;
}

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

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