

#categories {
	position:absolute;
	top:400px;
	width:200px;
}

#categories .title {
	background-image:url(/images/sprites.png);
	background-position:-19px -2px;
	background-repeat:no-repeat;
	height:28px;
	text-indent:-3000em;
	width:103px;
	margin:20px 0 0 20px;
}
#categories ul {
	margin:10px 0 10px 30px;
}
#categories ul li {
	width:200px;
	margin-bottom:3px;
}
#categories ul li a  {
	font-size:16.28px;
}

#categories ul li a  {
	color:#3d8f21;
	text-decoration:none;
	
}

#categories ul li a em {
	display:none;
	background-image:url(/images/sprites.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:12px;
	width:13px;
	text-indent:-300em;
}
#categories ul li a:hover em {
	display:inline-block;
}
