.chromestyle{
	display: block;
	padding: 0px;
	width: 647px;
	display: block;
	float:right;
	background-image:url(../images/bg-header2.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	margin: 0 auto;
	height:92px;
	background-color:#FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0px 0 0 0px;
	padding: 0;
	left: 60px;
	position:relative;
}

.chromestyle ul li{
	display: inline;
	list-style:none;
	float:left;
	padding-right: 1px;
	margin-top: 47px;
	padding-left: 1px;
	width: 94px;
	text-align:center;
	font-weight:bold;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	text-decoration:none;
	display:block;
	font-size:12px;
	color: #325A88;
	background-image:url(../images/btn-nav.gif);
	background-repeat:no-repeat;
	height: 46px;
	padding-top: 10px;
	padding-right: 4px;
	padding-left: 4px;
}

.chromestyle ul li a:hover{
	color: #9DB5D7;
	text-decoration:none;
}

.chromestyle ul li a:current{
	color: #325A88;
	text-decoration:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	margin-top: 0px;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #D1E3F3;
	width: 150px;
	font-size: 11px;
	text-transform:uppercase;
	visibility: hidden;
	text-align: left;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #FFF; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #325A88;
	font-weight: bold;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #9DB5D7;
	text-decoration:none;
}
