.chromestyle{
width: 980px;
font-size:14px;
background-color:#7a7a7a;
margin-bottom: 20px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
/*background: url(chromebg.gif) center center repeat-x; THEME CHANGE HERE*/
padding: 10px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
margin:-2px!important;

}

.chromestyle ul li a{
color:#fff;
padding: 10px 10px 10px 10px;
margin: 0;
text-decoration: none;
border-right: 1px solid #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(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}
.chromestyle a:hover{ /*THEME CHANGE HERE*/
background-color: #bb623a;

}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-left: 0px;
border-bottom-width: 0;
line-height:28px;
z-index:100;
background-color: white;
width: 350px;
visibility: hidden;
font-size:14px;
}


.dropmenudiv a{
width: auto;
display: block;

padding: 4px 8px;
text-decoration: none;
color:#fff;
background-color:#7a7a7a;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #bb623a;
}