#category {
	background-image: url(../img/back_category.jpg);
	background-repeat: repeat-y;
	background-position: top left;
}

#category ul {
	padding: 0px;
	margin: 0;
	list-style: none;
}

#category ul li {
	line-height: 21px;
	list-style: none;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
}

#category ul li a {
	height: 21px;
	line-height: 21px;
	background-image: url(../img/menu_1.gif);
	background-position: center left;
	background-repeat: no-repeat;
	text-decoration: none;
	padding-left: 23px;
	display: block;
	border-bottom: 1px dashed #cccccc;
}
#category ul li a:hover {
	background-color: White;
}

#category ul li a.open {
	background-image: url(../img/menu_1s.gif);
}

#category ul li a:hover {
}

#category ul li ul li {
	padding: 0;
}

#category ul li ul li a {
	height: 16px;
	line-height: 16px;
	padding-left: 32px;
	background-image: url(../img/menu_2.gif);
	color: #5f5f5f;
	border-bottom: none;
}
#category ul li ul li a.open {
	background-image: url(../img/menu_2.gif);
}


