.chromestyle {
	width: 99%;
	font-weight: bold;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
.chromestyle ul {
	border: 0px solid red;
	width: 101%;
	background-color: #FFF; /*THEME CHANGE HERE*/
	padding: 0;
	margin: 0;
	height:110px;
	margin-left:0px;
	text-align: center; /*set value to "left", "center", or "right"*/
}
* html .chromestyle ul { /* IE Hack */
	width:101%;
}
.chromestyle ul li{
	display: inline;
	border:0;
	height:100px;
	margin:0;
	padding:0;
	margin-right:-5px;
}
.chromestyle ul li a{
	/*color: #FFF;*/
	padding: 0;
	margin: 0;
	text-decoration: none;
	border: 0;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-color:#3398CC; /* PUT BACK TO THIS TO READD DROP DOWNS #326698;*/ /*THEME CHANGE HERE*/
}
/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:absolute;
	margin-top: -25px;
	border: 1px solid #999; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	text-transform:uppercase;
	line-height:18px;
	z-index:100;
	background-color: #3499CF;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv1 {
	position:relative;
	margin-top: 5px;
	left:5px;
	border: 1px solid #999; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 11px Arial;
	text-transform:uppercase;
	line-height:18px;
	z-index:100;
	background-color: #3499CF;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	/*font-weight: bold;*/
	color: #FFF;
}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #999;
}