.chromestyle{
	height: 22px;
	width: 100%;
	background-color:#856F64;
}

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

.chromestyle ul{
	width: 900px;
	margin: 0;
	text-align: left;
	padding-right: 5;
	padding-left: 5px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

.chromestyle ul li{
display: inline;
color:#fff;
}

.chromestyle ul li a{
	color: #fff;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	background-color: #BCD7F2;
	color: #fff;
}

.chromestyle ul li.active{
	background-color: #BCD7F2;
	color: #fff;
	padding: 4px 7px;
	text-decoration: none;
}

.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;
	line-height:18px;
	z-index:100;
	background-color: #fff;
	width: 200px;
	visibility: hidden;





filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #856F64;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #856F64;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	background-color: #856F64;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #856F64;
	color: #fff;
}

