.chromestyle{
	/*width: 99%;*/
	margin-top:0px;
	height:20px;
	padding-top:6px;	
}

.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 #BBB;*/
width: 100%;
/*background: url(chromebg.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
padding: 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
text-transform:uppercase;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #761d7e;
	padding: 0px 8px 0px 8px;
	margin: 0;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
/*border-right: 1px solid #2f2f2f;*/
}

.chromestyle ul li a:hover{
	color:#f5822b;
	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*/
}

.chromestylelink a{
	color: #761D7E;
	padding: 0px 10px 0px 10px;
	margin: 0;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
/*border-right: 1px solid #2f2f2f;*/
}

.chromestylelink a:hover{
	color:#f5822b;
	text-decoration:underline;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
	border-top:1px solid #b2b2b2;
	border-left:1px solid #b2b2b2;
	border-right:1px solid #b2b2b2;
	border-bottom-width: 0;
	z-index:100;
	background-color:#f4f4f4;
	width: 200px;
	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;
	color:#2f2f2f;
	padding:6px 5px 6px 10px;
	border-right:0px;
	border-bottom:1px solid #b2b2b2;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#f79621;
	text-decoration:none;
}

.txtchromestyle ul li a{
	color: #761d7e;
	/*padding: 0px 10px 0px 10px;*/
	margin: 0;
	text-decoration: none;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
/*border-right: 1px solid #2f2f2f;*/
}

.txtchromestyle ul li a:hover{
	color:#f5822b;
	text-decoration:none;
}
.txtchromestyle{
	/*width: 99%;*/
	margin-top:0px;
	height:20px;
	padding-top:6px;
	padding-left:0px;
}