/* list.css */
div#searchgenre {
	margin: 10px 0 0 10px;
}

div#searchgenre h2 {
	text-indent: -9999px;
	height: 44px;
	width: 704px;
	background: url("/img/search_type.png") no-repeat left top;
}

div#searchgenre ul {
	padding: 0;
	width: 699px;
	margin: 10px auto;
	background: url("/img/search_type_btn.png") no-repeat left -354px;
}

div#searchgenre ul li {
	width: 229px;
	height: 84px;
	float: left;
	margin: 0 1px 6px 0;
}

div#searchgenre ul li a {
	text-indent: -9999px;
	text-decoration: none;
	display: block;
	width: 229px;
	height: 84px;
	background: url("/img/search_type_btn.png") no-repeat left top;
}

div#searchgenre ul li.menu1 a {
	background-position: left top;
}

div#searchgenre ul li.menu2 a {
	background-position: -230px top;
}

div#searchgenre ul li.menu3 a {
	background-position: -460px top;
}

div#searchgenre ul li.menu4 a {
	background-position: left -90px;
}

div#searchgenre ul li.menu5 a {
	background-position: -230px -90px;
}

div#searchgenre ul li.menu6 a {
	background-position: -460px -90px;
}

div#searchgenre ul li.menu7 a {
	background-position: left -180px;
}

div#searchgenre ul li.menu8 a {
	background-position: -230px -180px;
}

div#searchgenre ul li.menu9 a {
	background-position: -460px -180px;
}

div#searchgenre ul li.menu10 a {
	background-position: left -270px;
}

div#searchgenre ul li.menu11 a {
	background-position: -230px -270px;
}

div#searchgenre ul li a:hover {
	background-image: none;
}

