#sidenav {
	margin: 0px;
	padding: 0px;
	color: #fff;
	font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
	list-style: none;
	width: 154px;
	float: left;
}
#sidenav a {
	color: #0e4a8d;
	text-decoration: none;
	display: block;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 18px;
	background: url(/images2/sidenav_bullet1.jpg) no-repeat 7px 7px;
}
#sidenav a:hover {
	background: #6F94C7 url(/images2/sidenav_bullet2.jpg) no-repeat 7px 7px;
}
#sidenav li#live a {
	color: #9F2728;
	text-transform: uppercase;
}
#sidenav li#live a:hover {
	color: #fff;
}
#sidenav li#subscribe a {
	background: url(/images2/sidenav_subscribe.gif) no-repeat;
	height: 42px;
}
#sidenav li#subscribe a:hover {
	background: url(/images2/sidenav_subscribe2.gif) no-repeat;
}
#sidenav li#support a {
	background: url(/images2/sidenav_contribute.gif) no-repeat;
	height: 58px;
}
#sidenav li#support a:hover {
	background: url(/images2/sidenav_contribute2.gif) no-repeat;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#sidenav li { float: left; height: 1%; }
* html ul#sidenav li a { height: 1%; }

