.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
}
.one{
	background-image: url(new-products.png);
}
.two{
	background-image: url(silver-jewelry.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.three{
	background-image: url(information.png);
}
.four{
	background-image: url(fashion-accessories.png);
}
.five{
	background-image: url(beads.png);
}
.active{
	background:#f0f;
}
.accordion li{
	cursor:pointer;
}
.accordion .active_click{
	cursor:default;
}
.ulback {
	background-image: url(semi2.png);
	background-repeat: repeat;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent: 0px;
	padding-left: 20px;
	margin-left: 20px;
	width: 200px;
	padding-top: 2px;
	padding-bottom: 2px;
}

