#sub-nav {
width:210px;
}

#sub-nav h1 {
	font-size: 1em;
}
#sub-nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	
}
#sub-nav li {
	margin: 0px;
	line-height: 33px;
	padding-left: 15px;
	padding-right: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999900;
}
#sub-nav a {
	color: #666666;
	text-decoration: none;
}
#sub-nav a:hover {
	text-decoration: underline;
}
#sub-nav_selected {
	font-weight: bold;
	background-color: #DEDE7A;
	margin: 0px;
}
#quicklink {
	font-weight: bold;
	color: #FF9900;
	background-color: #FFFFFF;
	margin-top: 70px;
	margin-right: 7px;
	margin-bottom: 7px;
	margin-left: 7px;
	padding: 6px;
}
