.chromestyle{
width: 99%;
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 ul2{
border: 1px solid #BBB;
width: 100%;
background: url(chromebg4.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul{
	list-style: none ;
	font: 16px "Trebuchet MS", Arial, "Times New Roman", Times, sans-serif ; 
	font-weight: bold ;
	color: #513F33 ;
	margin-top: 14px ;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	list-style: none ;
	font: 16px "Trebuchet MS", Arial, "Times New Roman", Times, sans-serif ; 
	font-weight: bold ;
	color: #513F33 ;
	text-decoration: none;
	margin-top: 14px ;
}

.chromestyle ul2 li2 a2{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #E8BEBE; /*THEME CHANGE HERE*/
}


.chromestyle ul li a:hover{
text-decoration: underline;
background-color: #E9A964;
}

.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: 0;
border: 1px solid #E9A964; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
background-color: #F7DBB0;
width: 200px;
z-index: 100;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border: 1px solid #E9A964; /*THEME CHANGE HERE*/
text-decoration: none;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #513F33;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
text-decoration: underline;
background-color: #E9A964;
}
