.chromestyle{
width: 870px;
height:31px;
margin:auto;
font-weight: normal;
font-family:Arial;
font-size:14px;
background-image:url(../img/navbg.jpg);
background-repeat:no-repeat;
padding-left:10px;
padding-right:20px;
}

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

.chromestyle ul{
font:bold 12px Arial #FFFFFF;
width: 100%;
background: url(../img/chromebg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
padding-top:7px;
padding-bottom:8px;
padding-left:5px;
padding-right:5px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
font:bold 12px Arial #FFFFFF;
}

.chromestyle ul li a{
font:bold 12px Arial #FFFFFF;
color: #FFFFFF;
padding: 6px 25px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
font:bold 12px Arial #FFFFFF;
}

.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(../img/chromebg-over.jpg) repeat-x; width: 100%;/*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Arial #FFFFFF;
line-height:18px;
z-index:600;
background-color: #80B73F;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
font-family:Arial;
color: #FFFFFF;
font-size:12px;
}

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

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