.chromestyle{
width: 940px; height: 53px; text-align: center;
font-weight: bold; padding-top: 6px;
background: url('ef_06.jpg') no-repeat; font-size: 11px;
}

*html .chromestyle{
padding-top: 10px;
}

.chromestyle ul{
list-style-type: none; margin: 3px 0 6px 0;
}

.chromestyle ul li{
display: inline; margin: 0px 10px 0px 0;
}

.chromestyle ul li a, .chromestyle ul li a:visited {
font-family: Verdana, Helvetica, sans-serif; font-weight: bold;
color: #000; background: #c3c24c; border: 2px solid #000;
padding: 0px 3px;
text-decoration: none; text-transform: uppercase;
}

.chromestyle ul li a:hover{
background: #fcfb90; color: #000; border: 2px solid #000; }




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

.dropmenudiv{
font-family: Arial, Helvetica, sans-serif;
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
line-height:18px;
z-index:100;
background-color: #205f2f;
width: 200px;
visibility: hidden;
}


.dropmenudiv a, .dropmenudiv a:visited {
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold; font-size: 12px;
color: #fff;
}

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

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