.chromestyle{
	width: 980px;
	color: #003366;
	height: 30px;
	margin-left: auto;
	z-index: 60;
	text-align: center;
	margin-right: auto;
	margin-top: 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%;
	text-align: center; /*set value to "left", "center", or "right"*/
	margin-top: 0;
	
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;	
	
}

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

.chromestyle ul li a{
	color: #FFF;
	margin: 0;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 5px;
	padding-right: 36px;
	padding-bottom: 5px;
	padding-left: 36px;
}

.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;
	background-position: center center;
	height: auto;
	width: auto;
	color: #FCF;
}

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

.dropmenudiv{
	position:absolute;
	z-index:100;
	width: auto;
	visibility: hidden;
	color: #003366;
	height: auto;
	margin-top: 0px;
	text-align: left;
	background-color: #333;
	margin-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	font-variant: normal;
	top: -10px;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 5px;
	padding-left: 1px;
	background-image: url(../images/bg/main3.jpg);
	background-repeat: repeat;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: normal;
	color: #FFF;
	padding: 10px;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-image: url(../images/bg/navP.jpg);
	background-repeat: repeat;
}
