#menu {
padding: 22px 19px;
background: url(img/cool-bg.gif) no-repeat #46201b;

}
.accordion, .accordion *{
	margin:0;
	padding:0;
	list-style-type: none;
}
.one{
	background: url(img/02.gif) no-repeat #f00;
}
.two{
	background: url(img/03.gif) no-repeat #0f0;
}
.three{
	background: url(img/04.gif) no-repeat #f00;
}
.four{
	background: url(img/05.gif) no-repeat #f00;
}
.five{
	background: url(img/06.gif) no-repeat #f00;
}
.six{
	background: url(img/07.gif) no-repeat #f00;
}
.seven{
	background: url(img/08.gif) no-repeat #f00;
}

.active{
	background:#f0f;
}
.accordion li{
	cursor:pointer;
}
.accordion .active_click{
	cursor:default;
}
