#menu {
	position: relative;
	width:480px;
	overflow:hidden;
	float:left;
	padding-top:100px;
}
#menu ul {
	padding:0;
	list-style:none;
}
#menu ul li {
	float: right;
	list-style: none;
	padding:0;
	margin:0;	
}
 
#menu ul li a {
	z-index: 10;
	display: block;
	float: left;
	height: 30px;
	position: relative;
	overflow: hidden;
}
#menu li.background {
	background: url('menu_bg_right.gif') no-repeat top right;
	z-index: 8;
	position: absolute;
	visibility: hidden;
}
#menu .background .left {
	background: url('menu_bg_left.gif') no-repeat top left;
	height: 30px;
	margin-right: 9px;
}
#menu a:link , #menu  a:visited {
	text-decoration:none;
	text-align:center;
	font-family:tahoma;
	font-size:11px;
	color:#999999;
	margin-top:8px;
	width:80px;
}
