.chromestyle{
width: 100%;
font:bold 12px Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;
margin-top: 1px;
height: 100%; 
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
/*content: ""; */
margin: 0;
display: block; 
height: 28px; 
/*clear: both; 
/*visibility: hidden;*/
}

.chromestyle ul{
/*border: 1px;
width: 100%;*/
background: url(chromebg3.gif) repeat-x; /*THEME CHANGE HERE*/
padding: 6px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
color: #ffffff;
/*padding: 5px 8px; */
padding: 5px 20px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #92b278; *//*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
/*width: 100%;
margin: 0;*/
/*background: url(chromebg3-over.gif) repeat-x;*/ /*THEME CHANGE HERE*/
color: #FEFFD2;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link CONTROLS FIREFOX*/
/*content: " ";
margin: 0px;*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 0px solid #366017; /*THEME CHANGE HERE*/
border-bottom-width: 0;
/*font:normal 12px Arial, sans-serif, Tahoma, Verdana, Geneva, Helvetica;*/
line-height:18px;
z-index:100;
background-color: #366017;
/*width: 200px;*/
visibility: hidden;
border: 1px solid #92b278;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #92b278; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: white;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #538a27;

}