#leftnav {
 float: left;
 width: 160px;
 margin-left: 14px;
 border-left: 1px solid #939393;
 }

#recentposts_head {
 width: 160px; height: 36px;
 background: url(images/t_recentposts.gif);
 border-bottom: 5px solid #939393;
 }

.recent_title {
 color: white;
 font-size: 12px;
 }

ul#recentposts {
 padding: 0 0 0 25px;
 margin: 0;
 list-style: url(images/left_arrow.gif);
 }

ul#recentposts a {
 background: url(images/50percent.png);
 font-size: 10px;
 margin-left: -25px;
 padding: 6px 10px 6px 20px;
 display: block; 
 color: #222;
 }

ul#recentposts a:hover {
 text-decoration: none;
 background: #939393 url(images/left_nav_tab.gif) no-repeat 0 50%;
 }

.light_rule {
 height: 1px;
 margin-left: -25px;
 background: url(images/divider_dots.png);
 }

#sponsored {
	margin-top: 1px;
	background: #888 url(images/sponsor_arrow.gif) no-repeat 114px 6px;
	padding: 2px 0 3px 31px;
	color: #ddd;
}
