#navigation {
	float:right;
	margin: 2px 0;
	width: 975px;
	height:35px;
	font-size:11px;
	}
.chromestyle{
	width: 965px;
	font-weight: bold;
	font-size:100%;
	float:right;
	padding: 0 8px 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: #faf47a;
	padding: 4px 0;
	margin: 0 2px;
	text-align: center; 
	
}

.chromestyle ul li{
	display: inline;
}

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


}

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

.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: 170px;
	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:10px;

	color: black;
}

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

.dropmenudiv a:hover{ 
	background-color: #0370d7;
	color:#f9f6e7;
}
