@charset "UTF-8";
/* Sidebar styles */

#sideNav {
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-top: 20px;
	width: 130px;
}
#sideNav ul {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#sideNav li {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 18px;
	margin-left: 0px;
	line-height: 17px;
	list-style-type: none;
	padding: 0px;
	font-size: 12px;
}
#sideNav a  {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
}
#sideNav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	background-image: url(../images/bulletHover.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
}
#container .content .subhead {
	margin-top: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-bottom: 5px;
	padding-bottom: 0px;
	font-weight: bold;
}
#sideNav  ul ul {
	list-style-type: circle;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sideNav li li a {
	color: #FFFFFF;
}
#sideNav li li {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
}
#container #sideNav ul .selected {
	color: #EEBA52;
	text-decoration: none;
	display: block;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-weight: bold;
}

