@charset "utf-8";
/* CSS Document */

#nav-container {
	left: 78px;
	top: 117px;
		position: relative;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	width: 600px;
	background-position: left center;
	text-align: left;
	vertical-align: bottom;
	white-space: nowrap;
	text-decoration: none;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFF;
}

a.subnav:link { color: #FFFFFF; text-decoration: none;
}
a.subnav:visited { color: #FFFFFF; text-decoration: none; }
a.subnav:hover {
	color: #060;
	text-decoration: underline;
}

.subnavh {
	color: #060;
	text-decoration: none;
}
