@charset "utf-8";
/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
#menu{
	width:165px;
	height:500px;
	background:#e5e5e5;
}
#meun ul{
	width:165px;

}
#menu ul li{
	background:url(liBg.gif) no-repeat;
	width:165px;
	height:20px;
	}
#menu ul li.title{
	background-position:0px 0px;
	height:65px;
	overflow:hidden;
}
#menu ul li a{
	display:block;
	height:20px;
	line-height:20px;
	background:url(liBg.gif) no-repeat;
	background-position:0px -65px;
	text-indent:23px;
	text-decoration:none;
	color:#757575;
	font-size:12px;

}
#menu ul li a:hover,#menu ul li.hover a{
	background-position:0px -85px;
	color:#fff;
}
