
#menu{
	width:100%;
}
#menu ul{
	list-style:none;
}
#menu li{
	list-style:none;
	display:block;
	float:left;
	margin:0px 3px;
}
#menu li a{
	display:block;
	float:left;
	height:55px;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background:url(../images/menu_009_l.png) no-repeat left;
	line-height:55px;
	padding:0 0 0 10px;
	text-decoration:none;
}
#menu li a span{
	display:block;
	float:left;
	background:url(../images/menu_009_r.png) no-repeat right;
	height:55px;
	color:#000;
	line-height:55px;
	padding:0 20px 0 14px;
}
#menu li a:hover{
	display:block;
	float:left;
	background:url(../images/menu_009_h_l.png) no-repeat left;
	height:55px;
}
#menu li a:hover span{
	display:block;
	float:left;
	background:url(../images/menu_009_h_r.png) no-repeat right;
	color:#fff;
	height:55px;
}
#menu li a.current{
	display:block;
	float:left;
	height:55px;
	color:#fff;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	background:url(../images/menu_009_h_l.png) no-repeat left;
	line-height:55px;
	padding:0 0 0 10px;
	text-decoration:none;
}
#menu li a.current span{
	display:block;
	float:left;
	background:url(../images/menu_009_h_r.png) no-repeat right;
	height:55px;
	color:#fff;
	line-height:55px;
	padding:0 30px 0 18px;
}