.chromestyle{
	width: 100%;
	font-weight: normal;
	float:right;
	}
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block;
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
.chromestyle ul{
	padding:17px 0 17px 0;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	font:normal 11px Verdana;
	color:#FFFFFF;
	}
.chromestyle ul li{
	display: inline;
	}
.chromestyle ul li a{
	color: #FFFFFF;
	padding:16px 20px 16px 20px;
	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:url(../images/nav-bg_h.jpg) bottom left repeat-x; /*THEME CHANGE HERE*/
	}
	
	/* ######### Style for Drop Down Menu ######### */
	
.dropmenudiv{
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 11px Verdana;
	z-index:100;
	width: 200px;
	visibility: hidden;
	/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
	}
.dropmenudiv a{
	background-color:#414E61;
	width: auto;
	display: block;
	text-indent: 10px;
	padding: 10px 0;
	text-decoration: none;
	font-weight: normal;
	color:#FFFFFF;
	}
* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
	}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #2E3948;
	}