.chromestyle{width: 99%;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
height: 0; 
clear: both; 
visibility: hidden;}

.chromestyle ul{
	margin:0px 0px 0px 0px;
	width: 100%;
	padding: 4px 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	color:#fff;
	border:0px solid #FF0;
	list-style:53px;}

.chromestyle ul li{
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	line-height:53px;}

.chromestyle ul li a{
	margin:0px 8px 0px 0px;
	padding:0px 0px 0px 0px;
	color:#fff;
	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*/	color:fff;}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border-right: 1px solid #666; /*THEME CHANGE HERE*/
	border-left: 1px solid #666; /*THEME CHANGE HERE*/
	border-bottom: 1px solid #666; /*THEME CHANGE HERE*/
	line-height:18px;
	z-index:100;
	color:#FFF;
	background-color: #1c3261;
	width: 200px;
	margin-top:10px;
	visibility: hidden;}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 0px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 7px 0px 7px 5px;
	color:#FFF;
	text-decoration: none;
	font:bold 9.0pt Arial, Helvetica, sans-serif;
	color: white;}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:black;
	border:1px solid #fff;
	background-color: #FFF;}