.chromestyle{
width: 100%;
font-weight: bold;
padding:10px 0  0px 0px;

}
.chromestyle li{

padding:5px 3px 9px 2px;

}

.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%;
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #9d1b3e;
padding: 0px 6px 0 6px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: #c38696;
color:#FFFFFF;
padding:6px;

	
 /*THEME CHANGE HERE*/
}

/**html .chromestyle ul li a:hover{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chromebg-over.gif) center bottom repeat-x;
color:#000000;
	filter: alpha(opacity=30);
    -moz-opacity: 0.3;
	opacity: 0.3;
 /*THEME CHANGE HERE*/
/*}*/
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px Verdana;
font-weight:bold;
line-height:22px;
z-index:100;
background-color: #b4506b;
width: 230px;
visibility: hidden;
z-index:3000;
padding:0 0 0 0;
margin:0 0 0 0;
	filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
/*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;


color: #ffffff;
}

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

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