.navbar {
	background: url(../images/nav_bg3.gif);
	margin: 0px auto;
	width:auto;
	padding:0px;
	border-width:0px;
	border-style:solid;
}

.svhnavbar {
	background: url(../images/nav_bg3.gif);
	margin: 0px auto;
	width:auto;
	padding:0px;
	border-width:0px;
	border-style:solid;
}


.navblock {
	height: 54px;
	margin: -10px auto 0px auto;
	width: 921px;
}

.nav {
	color: #FFFFFF;
	background: url(../images/nav_bg3.gif) bottom center repeat-x;
	display: block;
	float: left;
	font-size: 13px;
        font-weight: bold;
	line-height: 44px;
	margin-right: 2px;
	padding: 10px 10px 0px 5px;
	position: relative;
	text-decoration: none;
}

.nav:hover {
	background: url(../images/nav_triangle.gif) top center no-repeat;
	color: #2D5486;
}

div.subnav {
	left: -3000px;
	position: absolute;
	top: 0px;
        font-weight: normal;
}

.subnav a.nav {
	background: url(../images/nav_triangle.gif) top center no-repeat;
}

a.subnav {
	background: #E9F4DA;
	border: 1px solid #D6DE23;
	border-top: none;
	clear: both;
	color: #90C73D;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 25px;
	padding: 0px 5px;
	position: relative;
	text-align: left;
	text-decoration: none;
	width: 225px;
}

a.subnav:hover {
	background: #D6DE23;
	color: #FFFFFF;
}