.chromestyle{
	width: 834px;
	background-color:#ac3638;
	opacity: 1.9;
	float: left;
}

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

.chromestyle ul{

width: 99%;
background: url(sliceInit.png) center center repeat-x; /*THEME CHANGE HERE*/
padding: 3px 30px 3px 45px;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 3px 40px 3px 8px;
margin: -2px;
text-decoration: none;
text-transform: uppercase;
color: white;
border-right: 1px solid #5d0d0f;
}

.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(sliceOver.png) center center repeat-x; /*THEME CHANGE HERE*/
}


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

.dropmenudiv{
position:absolute;
top: 0;
/*border-bottom-width: 0;*/
font-family: arial, helvetica, verdana, tahoma;
text-transform: uppercase;
font-size: 13px;
z-index:100;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 99%;
display: block;
text-indent: 2px;
padding: 3px;
text-decoration: none;
color: white;
background: url(sliceInit.png) repeat-x;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #ac3638;
background: url(sliceOver.png) center center repeat-x;
}