ul#sidenav li.sidebullet {
	border-bottom: none;
	background: #FEFBD7;
}
ul#sidenav li.sidebullet a {
	color: #20338A;
	text-decoration: none;
	display: block;
	background: url(/images/subnav_bullet.gif) no-repeat 30px 5px;
	margin: 0px;
	padding: 2px 0px 2px 40px;
}
ul#sidenav li.nobullet a {
	background: url(none);
}
ul#sidenav li.sidebullet a:hover {
	background: url(/images/subnav_bullet.gif) no-repeat 30px 5px;
	color: #C0261B;
}
ul#sidenav li.nolink a:hover {
	background: url(/images/subnav_bullet.gif) no-repeat 30px 5px;
	color: #20338A;
}
ul#sidenav li.nobullet a:hover {
	background: url(none);
	color: #C0261B;
}
ul#sidenav li.hide {
	display: block;
}
ul#sidenav li.space {
	padding-bottom: 8px;
}
