.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{
border: 0px solid #BBB;
width: 100%;
background: url(chromebg2.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFFFFF;
padding: 0px 0px;
margin: 0px;
text-decoration: none;
border-right: 0px solid #FFFFFF; /*THEME CHANGE HERE*/
}

.chromestyle ul li a:hover{
background: url() center center repeat-x; /*THEME CHANGE HERE*/
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/

/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0px;
	left: 0px;
	/*THEME CHANGE HERE*/
	/*
	border-bottom-width-top: 1;
	*/
	/*font:normal 11px Arial;

	z-index:3;
	width: auto;
	margin-left:0px;
	margin-top:0px;
	
	
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#5D5D5D,direction=135,strength=3);
	*/
	background-image: url(images/m_bg.jpg);
	/*height: 69px;*/
	left: -12px;
	visibility: hidden;
}



.dropmenudiv a{
width:100px;
font:11px Arial;
color: #ffffff;
/*font-weight:bold;*/
text-decoration:none;
background-color:#7D5823;
border: 1px solid #ffffff;
text-indent:8px;
padding-top:2px;
padding-bottom:2px;
display:block;

}
