.chromestyle{
	height:20px;
	line-height:20px;
	width:100%;
	display:block;
	
}

.chromestyle ul{
width: 100%;
height:20px;
line-height:20px;
padding: 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
color:#663300;font-size:12px;font-weight:bold;
}

.chromestyle ul li{
display:inline;
width:auto;
height:20px;
line-height:20px;
}

.chromestyle ul li a{
height:20px;
line-height:20px;
text-align:center;
color:#003563;
font-size:12px;
font-weight:bold;
text-decoration:none;
cursor:pointer;
}

.chromestyle ul li a div{
padding:0px;
padding-bottom:0px;
padding-left:10px;
padding-right:10px;
margin:0px;
display:inline;
}

.chromestyle ul li a:hover div{
text-decoration:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{

position:absolute;
top: 0;
margin-left:-4px;
margin-top:3px;
border: 1px solid #5a4a34; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color:#663300;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{

font-family:'Trebuchet MS',Helvetica,sans-serif;
font-size:12px;
font-weight:600;

width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #5a4a34; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color:#f3ca94;
background-color:#8c724f;

}

.dropmenudiv strong{display:none;}
.dropmenudiv br{display:none;}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #705b3f;
color:#ebe867;
text-decoration:underline;

}
