.chromestyle{
width: 100%;
font-weight: bold;
margin:0px; padding:0px;
}


.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
/* border: 1px solid #BBB; */
width: 100%;
background: url(chromebg.gif) repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
height:31px;
}

.chromestyle ul li{
/* display: inline; */
list-style-type:none;
float:left;
height:31px;
}

.chromestyle ul li a{
color: #fff;
padding-left:7px; padding-right:6px;
margin: 0;
text-decoration: none;
position:relative;
top:8px;
font-weight:bold;
letter-spacing:1px;
}



.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(chromebg-over.gif) repeat-x; /*THEME CHANGE HERE*/
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
text-align:left;
padding-top:5px; padding-bottom:5px;
filter:alpha(opacity=95); -moz-opacity: 0.95; opacity: 0.95;
position:absolute;
top: 0;
border-bottom-width: 0;
line-height:1.8;
z-index:100;
background-color: #1E5625;
width: 200px;
color:#ffffff;
visibility: hidden;
}


.dropmenudiv a{
color:#ffffff;
width: auto;
display: block;
padding-left:10px; padding-top:3px; padding-bottom:3px;
text-decoration: none;
}

.dropmenudiv a:hover{
color:#ffdd00;
width: auto;
display: block;
padding-left:10px; padding-top:3px; padding-bottom:3px;
text-decoration: none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #153D1B;
}