#menu {
	width:550px;
	height:48px;
	background:url(../img/menu/bg.png) repeat-x;
}
#menu ul {
	list-style:none;
	margin:0 auto;
	width:600px;
}
#menu li {
	list-style:none;
	display:block;
	float:left;
	height:48px;
	line-height:48px;
	z-index:200;
	overflow:visible;
}
#menu li a {
	display:block;
	float:left;
	color:#a7a7a7;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;	
}
#menu li a:hover {
	color:#fff;
	background:url(../img/menu/barrow.png) no-repeat bottom;
}
#menu li a.current {
	display:block;
	float:left;
	background:url(../img/menu/barrow.png) no-repeat bottom;
	color:#fff;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	line-height:59px;
	text-decoration:none;
	padding:0 20px;
}
#menu li a:hover.current {
	color:#fff;
}
