.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 ul{
	position:relative;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0px;
	margin-right: 0x;
	padding: 0;
	display:block;
	list-style: none;
	height:30px;
	width:936px;
	z-index:2;
}

.chromestyle ul li{
	color:#8E8480;
	font-family:Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;  
	font-size:12px;
	float: left;
	position: relative;
	height: 30px;
	background: url(../media/menu_bg.gif) bottom left repeat-x;
}

.chromestyle ul li.leftcorner{
	float:left;
	height:30px;
	width:5px;
	background:url(../media/menu_leftcorner.gif) bottom left no-repeat;
}
.chromestyle ul li.rightcorner{
	float:left;
	height:30px;
	width:5px;
	background:url(../media/menu_rightcorner.gif) bottom right no-repeat;
}
.chromestyle ul li a{
	color:#ffdcbc;
	line-height: 30px;
	padding: 0px 13px 0px 14px;
	display: block;
	float:left;
	text-decoration: none;
	text-align: center;
}

.chromestyle ul li a:hover{
background: url(../media/menu_hover.gif) center center repeat-x; /*THEME CHANGE HERE*/
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #E0BC9E;
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	line-height:14px;
	z-index:100;
	background:#0A0503;
	width: 200px;
	visibility: hidden;
	opacity:.90; /*OPACITY CHANGE HERE*/
	-moz-opacity:0.8;
}

.dropmenudiv ul{
	list-style:none;
	padding:0;
	margin: 0 5px 0 5px;
}

.dropmenudiv li{
	float: none;
	position: relative;
	back\ground: none;
	border-bottom: 1px solid #66302F;
	text-align:left;
	padding: -1px 3px;
	
}
.dropmenudiv li.last{
	border-bottom: none;
}
.dropmenudiv a{
	text-decoration: none;
	font-size:12px;
	color:#F7F7F7;
	display: block;
	width: auto;
	padding: 4px 14px;
	margin: 2px 0 2px 0;
	line-height: 14px;
	text-align:left;
	;
}
.dropmenudiv a.last{
	border-bottom: none;
}


* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #A20F13;
text-decoration:none;
}
