.chromestyle{
	width: 490px;
	font-weight: bold;
	font-size:100%;
	float:right;
	padding: 20px 15px 0 0;
	line-height:1.9em;
}

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

.chromestyle ul{
	border: 1px solid #ad374d;
	width: 100%;
	background-color: #8E3200;
	padding: 4px 0;
	margin: 0 4px;
	text-align: center; 
	
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #f9f6e7;
	padding: 4px 4px;
	margin: 0;
	text-decoration: none;
	border: 1px solid #DADADA;


}

.chromestyle ul li a:hover{
	background-color:#F7EAC9;
	color: #3e3d3b;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	color:#f9f6e7;
	position:absolute;
	margin-top: 8px;
	top: 0;
	border: 1px solid #BBB; 
	border-bottom-width: 0;
	line-height:1.8em;
	z-index:100;
	background-color:#f9f6e7;
	width: 145px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE.*/
}
.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; 
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	font-size:100%;

	color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 145px;
}

.dropmenudiv a:hover{ 
	background-color: #8E3200;
	color:#f9f6e7;
}
