.chromestyle{
	font-family:Verdana;
	font-size: 13px;
	width: 910px;
	font-weight: bold;
	padding: 4px 0;
}

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

.chromestyle ul{
	width: 100%;
	background-color: #7a6a49;
	padding: 8px 0;
	margin: 0;
	text-align: left; 				/*set value to "left", "center", or "right"*/
	border-top: 5px solid white;	
}

.chromestyle ul li{
	display: inline;
	padding: 0;
	margin: 0;
}

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

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ 
	/*HTML to indicate drop down link - sane browsers only */
	/* content: " v"; */
	/* content: " " url(downimage.gif); /*uncomment this line to use an image instead */
}


/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
	position:absolute;
	top: 0;
	font-family:Verdana;
	font-size: 12px;
	line-height:18px;
	z-index:100;
	background-color: #0072aa;
	color: #fff;
	width: 200px;
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	padding: 5px 0;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
}

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

.dropmenudiv a:hover{ 
	background-color: #94cfe1;
}