#menu_left {
	float: left; width:210px;
	font-size:13px;
	margin-top: 12px;
	margin-left: 20px;
	display:inline;
}

#menu_left ul {
	list-style: none;
	margin: 0;padding: 0;
}

#menu_left ul li a{
	display:block;
        width:183px;
        height:18px;
	text-decoration:none;
	color:#333333;
	background-color:#FFFFFF;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	border-bottom-color:#CCCCCC;
	padding-left:16px;
	padding-top:6px;
        cursor:pointer;
	position:relative;
}

#menu_left ul li a:hover {
	color:#bc2666; background-color:#ffebf5;
}

#menu_left .s_name a {
	background-color:#ffebf5;
}

#menu_left ul li img {
	vertical-align: baseline;
        margin-right:7px;
}
