#SubNav {
	margin: 0px;
	padding: 0px;
	clip: rect(auto,auto,auto,auto);
	font-family: "Trebuchet MS";
}
#SubNav li {
	list-style-type: none;
	line-height: 35px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	width: 113px;
	font-weight: normal;
	font-family: "Trebuchet MS";
}
#SubNav a {
	color: #999999;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	width: 113px;
	display: block;
	text-align: center;
	font-weight: normal;
	font-family: "Trebuchet MS";
}
#SubNav a:hover {
	color: #000000;
	background-color: #FF9933;
}
.SubCurrentLink {
	color: #FF9933;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

