#sideNav ul {
	font-size: 10px;
	font-weight: bold;
	color: #6363B1;
	padding: 0px;
	margin-top: 0px;
	margin-right: 8px;
	margin-bottom: 0px;
	margin-left: 8px;
}
#sideNav li {
	list-style-type: none;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 0px;
}

#sideNav h3 {
	font-size: 12px;
	color: #CC3333;
	padding: 0px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 4px;
	margin-left: 4px;
	clear: both;
}
#sideNav {
	font-family: Arial, Helvetica, sans-serif;
}
#sideNav a {
	text-decoration: none;
	display: block;
	vertical-align: middle;
	border-bottom-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	clear: none;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	line-height: 14px;
}
#sideNav hr {
	height: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#sideNav a:link {
	text-decoration: none;
	color: #003366;
}
#sideNav a:visited {
	text-decoration: none;
	color: #003366;
}
#sideNav a:hover {
	text-decoration: none;
	color: #FFCC00;
}
#sideNav a:active {
	text-decoration: none;
	color: #FFCC00;
	
}
#sideNav a.selected {
	color: #CC3333;
}

.dotted {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 8px;
	clear: both;
}
.homeUl li {
	margin-bottom: 8px;
	padding: 0px;
	margin-left: 0px;
}
