@charset "utf-8";
#side_nav {
	float: left;
	width: 220px;
	text-decoration: none;
	text-align: left;
}
#side_nav ul {
	text-decoration: none;
	display: inline;
}
#side_nav li {
	display: block;
	text-decoration: none;
	height: 25px;
	text-align: left;
	text-indent: 12px;
}
#side_nav a {
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #6699CC;
	font-weight: bolder;
}
#side_nav a:hover {
	color: #6699CC;
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: bolder;
	text-decoration: none;
}
