#left{
	padding:0;
	vertical-align:top;
}

#left ul {
	margin: 20px 0 0 0;
	padding: 10px 0 0 0;
	list-style: none;
	width:170px;
	}


#left li{
	margin:6px 0 0 0;
	padding: 4px 0 0 0;
	list-style-type: none;
}

#left li.selected{
	margin: 0; 
	padding: 0;
	list-style-type: none;
	color:#ffffff;
}

#left a:link, #left a:visited {
	font-size: 12px;
	margin: 0 0 0 12px;
	padding: 0 0 0 24px;
	text-decoration: none;
	border: none;
	color: #70BFE6;
	font-weight:bold;
	background:url(/images/subnav_bullet.gif) 0 0 no-repeat ;
	display:block;
	text-transform:lowercase;
	}
	
	
#left a.selected{
	font-size: 12px;
	margin: 0 0 0 12px;
	padding: 0 0 0 24px;
	text-decoration: none;
	border: none;
	color: #3074A5;
	font-weight:bold;
	background:url(/images/subnav_bullet2.gif) 0 0 no-repeat ;
	display:block;

	text-transform:lowercase;
	}	
	
#left a:hover {
	text-decoration:underline;
	color: #3074A5;
}
	
	