.chromestyle {
	width: 964px;
	height: 80px;
	margin: 0 auto;
	padding: 0 5px 5px 5px;
	background: #1777B1;
}
.chromestyle:after { 
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	margin: 0;
	padding: 0px;
	list-style: none;
	line-height: normal;
}
.chromestyle ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
.chromestyle ul li a {
	display: block;
	float: left;
	width: 106px;
	height: 53px;
	padding: 27px 0 0 0;
	background: #A8D7F8 url(/acrossuhub09/images/common/topnav_btn.gif) repeat-x;
	border-left: 1px solid #1777B1;	
	text-decoration: none;
	text-align: center;
	font-size: 125%;
	color: #1777B1;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected { /*script dynamically adds a class of "selected" to the current active menu item*/
	background: #FF9009 url(/acrossuhub09/images/common/topnav_btn_h.gif) no-repeat;
	color: #005826;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:normal;
	z-index:100;
	background-color:#09C;
	width: 105px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 10px 0;
	text-decoration: none;
	color: #1777B1;
	background:url(/acrossuhub09/images/common/topnav_dd_btn.jpg);
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color:#0CF;
	background:url(/acrossuhub09/images/common/topnav_dd_btn_h.jpg);
	color: #005826;
}



