.chromestyle{
	width: auto;
	font-weight: normal;
	font-family:Arial;
	font-size:13px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 5px;
margin: 0;
text-decoration: none;
border-right: 0px solid #6b4c30;
line-height:27px;
}

.chromestyle ul li a:hover{
color:#FFFFFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #74191c; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-weight: normal;
font-family:Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
line-height:18px;
font-weight:normal;
z-index:100;
background-color: #8f2126;
width: 175px;
visibility: hidden;
margin-top:4px;
}


.dropmenudiv a{
font-size:11px;
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #74191c; /*THEME CHANGE HERE*/
padding: 0px 0;
text-decoration: none;
color: #e9d3d4;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #422b18;
}
