.chromestyle{
	background-color:#4f4d96;
	margin-top:0px;
	margin-left:76px;
	height:17px;
	padding-top:3px;
	padding-left:15px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
padding: 0px;
font-size:13px;
margin: 0px;
text-align: left; /*set value to "left", "center", or "right"*/
text-transform:uppercase;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #ffffff;
padding: 0px 9px 0px 7px;
margin: 0;
text-decoration: none;
/*border-right: 1px solid #2f2f2f;*/
}

.chromestyle ul li a:hover{
	color:#f7813b;
	/*background-color:#FFFFFF;*/
	text-decoration:none;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
/*content: " v";*/
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
	border-top:1px solid #999999;
	border-left:1px solid #999999;
	border-right:1px solid #999999;
	border-bottom-width: 0;
	z-index:100;
	background-color:#4f4d96;
	width: 150px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	filter:alpha(opacity=95);
	-moz-opacity:.95;
	opacity:.95;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight:normal;
	font-size:13px;
	color:#ffffff;
	padding:5px 4px 5px 8px;
	border-right:0px;
	border-bottom:1px solid #999999;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#f7813b;
	text-decoration:none;
}