.chromestyle{
	width: 1010px;
	height: 35px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	height: 35px;
	background: #eeefef url(../img/menu-bg-normal.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
	padding: 0;
	padding-left: 50px;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
	line-height: 35px;
}

.chromestyle ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #1f4972;
	padding: 9px 15px;
	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*/
	background: #cdcecf url(../img/menu-bg-hover.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
	color: #ffffff;
	text-decoration: none;
}

.chromestyle ul li a.active {
	background: #00b1e3 url(../img/menu-bg-active.gif) 0 0 repeat-x; /*THEME CHANGE HERE*/
	color: #ffffff;
	text-decoration: none;
}

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

.dropmenudiv{
	position: absolute;
	top: 0;
	border: 0;
/*margin-top: -36px;
	margin-left: -128px;*/
	border-bottom: 4px solid #f5f6f6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 22px;
	z-index: 100;
	background: #eeefef;
	width: 200px;
	visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 10px;
	/*border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #1f4972;
}

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

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