#chromemenu {
	position: absolute;
	top: 177px;
	left: 50%;
	margin-left: -477px;
	background-image: url(../images/navbarEndLong.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	width: 820px;
}

.chromestyle{
	width: 720px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	height: 45px;
	

}

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

.chromestyle ul{
	width: 700px;
	margin: 0;
	text-align: left;
	padding-top: 14px;
	padding-left: 100px;
	padding-bottom: 4px;
	height: 45px;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #ffffff;
	margin: 0;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a:active{
color: #0b0066;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 
}

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

.dropmenudiv, #dropmenu1{
	position:absolute;
	padding-top: 5px;
	padding-left: 10px;
	line-height:18px;
	z-index:100;
	background-color: #009999;
	width: 200px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ffffff;
	margin-top: 11px;
	text-align: left;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	color: #ffffff;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #0b0066;
}


