.chromestyle{
	width: 900px;
	font-weight: normal;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	height: 30px;
	margin-left: auto;
	position: relative;
	top: 4px;
	z-index: 1000;
	text-align: center;
	margin-right: auto;
	vertical-align: top;
	right: 40px;
	padding: 0px;
}

.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%;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-right: 5;
	padding-bottom: 2px;
	padding-left: 5;	
	
}

.chromestyle ul li{
	display: inline-table;
}

.chromestyle ul li a{
	color: #FFF;
	padding: 2px 13px;
	margin: 0;
	text-decoration: none;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: normal;
	line-height: 18px;
	background-image: url(../images/web%20assets/menuBG.jpg);
	background-repeat: repeat;
	background-position: -10px;
	text-transform: uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	background-repeat: repeat-x;
	background-position: center center;
	color: #FF9;
	display: block;

}

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

.dropmenudiv{
	position: absolute;
	
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	z-index: 1000;
	background-color: #174855;
	width: 175px;
	visibility: hidden;
	color: #003366;
	height: 50px;
	border-top: 0px solid #BBB;
	border-right: 0px solid #BBB;
	border-bottom: 1 solid #E5FFE3;
	border-left: 0px solid #BBB;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: inline-block;
	float: left;
	padding-left: 50px;	
	padding-right: 20px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	font-weight: normal;
	color: #FFFFCC;
	
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	width: auto;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #FFC;
	border-top-width: thin;
	border-top-style: dotted;
	border-top-color: #FFC;
	color: #8BBBFB;
}
