h2#browse {
	display:block; width:196px; height:21px; font-size:12px; margin:0px;
}

.menu_list {
	width: 196px;
}

.menu_head {
	height:30px; cursor: pointer; position: relative;
	margin:0px 0px 3px 0px;
}

.menu_head span { display:none; }

#cat-style { background-image:url(../images/cat-head-style.jpg); }
#cat-type { background-image:url(../images/cat-head-type.jpg); }
#cat-fuel { background-image:url(../images/cat-head-fuel.jpg); }
#cat-manuf { background-image:url(../images/cat-head-manuf.jpg); }

.menu_body {
	display:none;
}
.menu_body a {
  display:block; width:169px; height:17px; margin-bottom:3px; padding-left:27px; padding-top:3px;
  font-weight:bold; text-decoration:none; font-size:11px;
  background-image:url(../images/cat-item.jpg); color:white;
}
.menu_body a:hover {
	background-position:0px -20px;
}
