/*side navigation*/
#sub_sidebar_nav_header {
	width: 195px;
	height: 12px;
	margin-bottom: -2px;
	}
#sub_sidebar_nav {
	float: left;
	background-color: #fff;
	text-align: left;
	width: 195px;
}
#sub_sidebar_left {
	float: left;
	color: #fff;
	width: 195px;
	height: auto;
}
#sub_sidebar_left ul {
	list-style-type: none;
}
#sub_sidebar_left li {
	display: list-item;
	border-bottom-style: solid;
	border-bottom-color: #99aec5;
	border-bottom-width: 1px;
}
#sub_sidebar_left li a {
	display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #000;
	padding: 4px 8px 4px 12px;
}
#sub_sidebar_left a:hover {
	color: #fff200;
	text-decoration: none;
	background-color: #275284;
}