
#menu {
	position:relative;
	padding-left:10px;
	float:left;
	margin:5px 0 0 115px;
	_margin:3px 0 0 115px;
	width:517px;
}
#menu li {
	float:left;
	display:inline;
	list-style:none;
}
#menu li a {
	position:relative;
	color:#fff;
	height:30px;
	line-height:30px;
	padding:3px 10px;
	text-decoration:none;
	float:left;
	z-index:10;
	text-align:center;
	font-weight:700;
}
#menu li a:hover {
background:none;
}
#menu li.current_page_item a {
	color:#000;
	background:none;
}

#menu li.back {
	background:url(img/lava.gif) no-repeat right bottom;
	_background:url(img/lava.gif) no-repeat right -42px;
	height:40px;
	position:absolute;
	z-index:8;
	margin-top:-2px;
}
#menu li.back .left {
	background:url(img/lava.gif) no-repeat left top;
	_background:url(img/lava.gif) no-repeat left 1px;
	height:40px;
	margin-right:9px;
	float:none;
	margin-top:-5px;
}
