#menu{
	float:left;
	background:url(../images/menubg.png) repeat-x left top;
	height:29px;
	width:975px;
	border:1px solid #FFF;
	border-radius:8px;
	box-shadow:0px 0px 3px #999;
	margin:0 0 10px 0;
}
#menu ul{
	list-style:none;
	margin:0px;
	padding:0px;	
}
#menu ul li{
	float:left;
	display:inline;	
	background:url(../images/menulibg.png) no-repeat right center;
	height:29px;
	padding:0 2px 0 0px;
}
#menu ul li a{
	display:block;
	text-align:center;
	text-decoration:none;	
	line-height:28px;
	color:#333;
	font-size:16px;
}
#menu ul li.active a{
	background:url(../images/menuhover.png) repeat-x left top;
	color:#333;
	text-shadow:1px 1px 1px #cfeb1c;
	font-weight:bold;	
}
#menu ul li a:hover{
	background:url(../images/menuhover.png) repeat-x left top;
	color:#333;
	text-shadow:1px 1px 1px #cfeb1c;
}