.menu_list {
	width: 265px;
}
.menu_head {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding: 7px 10px 7px 25px;
	height:16px;
	cursor: pointer;
	position: relative;
	margin:0px;
	font-weight:bold;
	background: #e75601 url(../images/menu_head.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.menu_head:hover {
	background-position:bottom;
	}
.menu_body {
	display:none;
}
.menu_item {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000;
	display:block;
	padding: 8px 10px 8px 40px;
	height:14px;
	cursor: pointer;
	background-color:#CCCCCC;
	background:url(../images/menu_item.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

.menu_item:hover {
	background-position:bottom;
}

.item {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding: 7px 10px 7px 25px;
	height:16px;
	cursor: pointer;
	position: relative;
	margin:0px;
    font-weight:bold;
    background: #e75601 url(../images/item.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
	
.item:hover {
	background-position:bottom;
	}
