#nav-sub {
	position: absolute;
	width: 195px;
	height: 440px;
	top: 160px;
	left: 805px;
	background-image: url(../img/bg_nav-sub-scroll.jpg);
	background-repeat: no-repeat;
}
#nav-sub ul {
	margin: 15px;
}
#nav-sub ul li {
	height: auto;
	width: 160px;
	margin-bottom: 15px;
	text-indent: 15px;
	background-image: url(../img/nav-sub_bullet.png);
	background-repeat: no-repeat;
	color: #333;
	font-weight: bold;
	font-size: 10px;
	line-height: 15x;
}
#nav-sub ul li ul {
	margin: 5px 15px;
}
#nav-sub ul li ul li {
	margin-bottom: 0.5em;
	text-indent: 0;
	background: none;
	font-size: 12px;
	font-weight: normal;
}
#nav-sub ul li a {
	color: #333;
	text-decoration: none;
}
#nav-sub ul li a:hover {
	color: #008d7c;
}
#sidebar-banner { position:absolute; bottom:0; }