#menu {
	/* background : #464646; */
		width:540px;
	}
#menu ul {
	margin : 0 auto; padding : 0;
	width:540px;
	list-style-type : none;
}
#menu li {
	margin-left: -21px; 
	float : left;
}
#menu li.first {
	margin-left: 0px;
	/* margin-right: 2px; */
}
#menu li a:hover{
	background: url(../img/navi/tabs.png) 0 -48px;
		color:#fff;
}
#menu li a {
	display : block;
	color :  #fff;
	text-decoration : none;
	font-size : 20px;
	height: 36px;
	padding: 12px 61px 0 32px;
	background:url(../img/navi/tabs.png) no-repeat 0 0;
    z-index:0px;
}
#menu li.first a.current{
background-position:0 -96px;
color:#423604;
}
#menu li.first a.current:hover{
background-position:0 -96px;
color:#423604;
}
#menu li a.current{
background-position:0 -96px;
color:#423604;
z-index:25;
position:relative;
}
#menu li a.current:hover{
background-position:0 -96px;
color:#423604;
z-index:25;
position:relative;
}
#menu li.first a{
	background: url(../img/navi/tabs.png) 0 0;
	z-index:15px;
	position:relative;
	padding: 12px 44px 0 21px !important;
}

#menu li.first a:hover {
	background: url(../img/navi/tabs.png) 0 -48px;
	color:#fff;
}

