.chromestyle{
	width: 99%;
	font-weight: normal;
	text-align: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0; /*set value to "left", "center", or "right"*/
	padding: 0px;
}

.chromestyle ul li{
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	color: #FFFFFF;
	margin: 0;
	padding: 0px;
	text-decoration: none;
}
.chromestyleLink a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	margin: 0px;
	padding: 0px;
/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	z-index:100;
	background-color: #6d2545;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
	display: block;
	color: #FFFFFF;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB;*/
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 2px;
	padding-right: 12;
	padding-bottom: 2px;
	padding-left: 8;
	background-position: left;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 350px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #cc0000;*/
	color: #FFFFFF;
	background-color: #350118;
}
