.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{
	width: 100%;
	padding: 4px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	font-family: Georgia, "Times New Roman", Times, serif;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #e8e8e8;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 30px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.chromestyleLink a{
	color: #FFFFFF;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color: #FFFFCC;/*background: url(chromebg-over.gif) center center repeat-x; THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 143px;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 1;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:18px;
	z-index:100;
	background-color: white;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	display: block;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	/*border-bottom: 1px solid #BBB;*/
	text-decoration: none;
	color: #676767;
	padding-top: 2px;
	padding-right: 12;
	padding-bottom: 2px;
	padding-left: 8;
	background-position: left;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 150;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	/*background-color: #cc0000;*/
	color: #ff7d01;
}

