
#sub_sidenav_top_box {
    WIDTH: 144px; HEIGHT: 21px; MARGIN-BOTTOM: 13px; PADDING-LEFT: 5px; PADDING-TOP: 9px;  
	background-image: url(../images_sub/sidenav_bg.jpg);
    font-size: 13px;
	color: #000000;
	font-family: Trebuchet MS;
	font-weight: bold;
    text-decoration: none;
}
#sub_sidenav {
	WIDTH: 149px; MIN-HEIGHT: 500px; MARGIN-TOP: 20px; MARGIN-LEFT: 11px; float: left;
	font-size: 13px;
	font-family: Trebuchet MS;
	line-height: 13px;
}
#sub_sidenav a {
	color: #000000;
	text-decoration: none;
    outline: none;
}
#sub_sidenav a:hover {
	color: #000000;
	text-decoration: underline;
}
#sub_sidenav_active {
	font-size: 13px;
	font-family: Trebuchet MS;
	line-height: 13px;
}
#sub_sidenav_active a {
	color: #658C0B;
	text-decoration: none;
}
#sub_sidenav_active a:hover {
	color: #658C0B;
	text-decoration: underline;
}