#menu {
	position: relative;
	height: 89px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
#menu li {
	float: left;
	text-decoration: none;
	display: block;
	text-align: center;
	background: #0C60A5 url(images/grad.blue.jpg) repeat-x;
	color: #666;
	font-size: 18px;
	line-height: 89px;	
	padding: 0;
	margin: 0;
	cursor: pointer;
	border-right: 1px dotted #66ade8;
}
#menu li.back {
	background: #ffc800 url(images/grad.yellow.jpg) repeat-x;
	height: 90px;
	z-index: 8;
	color: #fff;
	position: absolute;
}
#menu li a {
	font: bold 18px;
	line-height: 89px;
	padding: 0 35px;
	text-decoration: none;
	outline: none;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 90px;
	position: relative;
	overflow: hidden;
}
#menu li.current a, #menu li a:hover, #menu li a:visited {
	border: none;
	color: #000;
}