.chromestyle {
	background:url(../images/navigation_bg.gif) repeat-x;
	height:35px;
	margin-top: 1px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.chromestyle ul {
	margin: 0;
	list-style:none;
}
.chromestyle ul li {
	float:left;
	background:url(../images/navigation_line.gif) no-repeat;
	width:140px;
	text-align:center;
}
.chromestyle ul li a {
	color:#fff;
	text-decoration:none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 35px;
	font-weight: bold;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected {
	background:url(../images/navigation_hover.gif) repeat-x;
	display:block;
}
/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border-bottom-width: 0;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #3C74C2;
	width: 200px;
	visibility: hidden;
}
.dropmenudiv a {
	width: auto;
	display: block;
	text-indent: 3px;
	text-decoration: none;
	font-weight: bold;
	color:#fff;
	font:12px/25px Verdana, Arial, Helvetica, sans-serif;
	padding:0 0 0 10px;
	border-bottom:1px solid #3160A3;
	border-top:1px solid #4686DF;
}
* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}
.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	background-color: #538EE0;
}

