#menu_left{
	padding:12px 0 0 0;
	background:url('../img/menu_left_back.gif') repeat-y;
	width:185px;
	float:left;
}
#menu_left a{
	font-size:12px;
	font-weight:bold;
	color:#fff;
	display:block;
	text-decoration:none;
	padding:8px 30px 8px 20px;
	position:relative;
}
#menu_left a img{
	position:absolute;
	right:20px;
	top:9px;
}
#menu_left a:hover,#menu_left a.active{
	background:url("../img/menu_left_highlight.gif") repeat-y 10px 0;
}
#menu_left .sep{
	display:block;
	overflow:hidden;
	height:3px;
	background:url("../img/menu_left_dotted_border.gif") no-repeat 20px 1px ;
}

