.categoryicon{
	background-image:url(../Images/bulletIcon.png);
	width:8px;
	height:10px;
	float:left;
	margin-top:2px;
	margin-right:2px;
}
.menustart{
	display:none;	
	list-style-type:none;
	min-height:130px;
	background-repeat:no-repeat;
	
	background-position:center;
}
.menustart:hover{
	cursor:pointer;	
}
.menustart ul li{
	list-style-type:none;
}
.menustart ul{
	padding-left:10px;
}