.chromestyle{

font-weight: normal;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{


margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #000000;
margin: 0;
text-decoration: none;

}

.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*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudivBg{

background: url(../images/middle_btn.gif) repeat-y;


}

.dropmenudivDown{

background: url(../images/down_btn.gif) bottom no-repeat;  padding-bottom:10px;


}

.dropmenudiv{
position:absolute;
top: 5px;
border: 0px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0px;

font:normal 11px Verdana;
line-height:20px;
z-index:100;
background-color: #856E52;
width: 250px;
visibility: hidden;
margin-top:5px;
background:url(../images/top_btn.gif) no-repeat;
padding-top: 6px; 

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
width: 220px;
text-decoration: none;
color: black;

}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
width: 220px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #6E593F;
}
