.chromestyle{
width: 100%;
font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
.chromestyle {
 clear: both;
float: left;
height: 46px;
width: 500px;
background: url(MenuBg.jpg) center center repeat-x; /*THEME CHANGE HERE*/
margin: 0;
display: inline;
}


.chromestyle ul{
	padding: 12px 3px 0 15px;
vertical-align:middle;

margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
height:35px;
}

.chromestyle ul li{
	margin-top:10px;
display: inline;
}

.chromestyle ul li a{
color: #c6b1a8;
margin-top: 10px;
font-weight: bold;
font-size: 1.3em;
text-align: center;
text-decoration: none;
padding: 8px 19px 5px 18px;
height: 44px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color: url(chromebg-over.gif) center center repeat-x;
background-color:#fff;

/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
text-indent: 4px;
border: 1px solid #cdc7c5; /*THEME CHANGE HERE*/
font:normal 13px Verdana;
line-height:15px;
z-index:100;
background-color: #fff;
filter:alpha(opacity=60);
  /* CSS3 standard */
  opacity:0.6;
visibility: hidden;
padding: 4px;

}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #c1a497;
color:#FFF;
}
