#topnav ul {
	padding: 0px;
	background: none;
	position: absolute;
	left: 28px;
	top: 157px;
}
#subnav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	height: 37px;
	width: 918px;
	background: url(/images/subnav_background.jpg) repeat-x;
	text-align: center;
	position: absolute;
	left: 28px;
	top: 183px;
}
#subnav ul li {
	font: bold 12px/24px Georgia, "Times New Roman", Times, serif;
	background: url(/images/sub_pipe.gif) no-repeat left center;
	white-space: nowrap;
	display: inline;
	text-align: center;
	padding-right: 20px;
	padding-left: 20px;
}
#subnav ul li a{
	color: #fff;
	text-decoration: none;
}
#subnav ul li a:hover{
	text-decoration: underline;
}
#subnav ul li#menuitem_1_sub {
	background: none;
}
#subnav ul li a.mainlevel_current_sub {
	text-decoration: underline;
}

