.menu_list {
	width: 260px;
	float:left;
}
.menu_top {
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#222222;
	text-align:center;
	padding: 8px 10px 8px 7px;
	height:16px;
	position: relative;
	margin:0px;
	font-weight:bold;
	background: url(../images/menu_top.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.menu_bottom {
	height:16px;
	background: url(../images/menu_bottom.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.menu_head {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding: 9px 10px 12px 20px;
	height:11px;
	cursor: pointer;
	position: relative;
	margin:0px;
	font-weight:bold;
	background: url(../images/menu_head.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.menu_head:hover {
	background-position:bottom left;
	color:#000;
}
.menu_fixo {
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#333;
	padding: 8px 10px 12px 20px;
	height:12px;
	cursor: pointer;
	position: relative;
	margin:0px;
	font-weight:bold;
	background: url(../images/menu_fixo.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.menu_fixo:hover {
	background-position:bottom left;
	color:#000;
}
.menu_body {
	display:none;
}
.menu_item {
	font:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333;
	display:block;
	padding: 5px 10px 8px 20px;
	height:11px;
	cursor: pointer;
	background: url(../images/menu_item.png);
	background-repeat:no-repeat;
	background-position:top left;
}
.menu_item:hover {
	background-position:bottom left;
	color:#000;
}

