#left UL {
	text-align: left;
	width: 220px;
	padding:0;
	margin:0;
}

#left UL LI {
background-image:url(../../images/layout/bg_leftnav.jpg);
background-position:8px 7px;
background-repeat:no-repeat;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
margin:0;
padding:2px 0 3px 20px;
width:180px;
}

#left A {
	font-size: 11px;
	color: #1f384c;
	text-decoration: none;
}

#left A:active, #left A:hover {
	font-size: 11px;
	color: #305676;
	text-decoration: none;
}

#left A.sel {
	color: #DE1E26;
	font-weight: bold;
	text-decoration: none;
}

#left H1 { width:192px!important; margin-bottom:10px; }
