.chromestyle{
	margin:0px;
	padding:0px 0px 0px 0px;
	background-color:#3A2C00;
	height:59px;
	background-repeat:repeat-x;
	display:block;
}

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

.chromestyle ul{
	margin:0px;
	padding:0px;
	list-style:none;
}

.chromestyle ul li{
	display: inline;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.chromestyle a{
	display:block;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " ";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


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

.dropmenudiv{
position:absolute;
top:0px;
margin-top:7px;
margin-left:0px;
font:normal 11px Verdana, Arial, Helvetica, sans-serif, Tahoma;
line-height:18px;
z-index:100;
background-color: #a69580;
width:auto;
visibility: hidden;
padding:0px 0px 0px 0px;
width:auto;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/ 
}


.dropmenudiv a{
width: auto;
display: block;
padding:0px;
text-decoration: none;
font-weight: normal;
font-size:12px;
color: #333333;
display:block;
height:27px;
width:120px;
font-family:Arial, Helvetica, sans-serif;
padding-left:10px;
text-decoration:none;
line-height:27px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:117px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/

background-color:#cbbba6;
color:#FFFFFF;
height:27px;
text-decoration:none;

}
