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

.chromestyle ul li a{
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
 /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:34px;
z-index:100;
background-color:#373f22;
width: 234px;
visibility: hidden;
padding:0px 0px 2px 0px;
}


.dropmenudiv a{
border-bottom:1px solid #59663c;
width: auto;
display: block;
text-indent: 3px;
padding: 2px 2px 2px 2px;
text-decoration: none;
color: #fff;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #59663c;
}


