#menu {
	background:#FFFFFF;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 960px;
	font-size:14px;
	font-family:"Century Gothic";
	height:60px;
	text-align:center;
	
	
}
#menu li {
	float: left;
	font: 99.5% "Century Gothic";
	margin: 0;	
}
#menu a {
	background: #FFFFFF url("images/seperator.gif") bottom right no-repeat;
	color: #336699;
	display: block;
	float: left;
	margin: 5;
	padding: 8px 18px;
	text-decoration: none;
	font-weight:normal;
	
}
#menu a:hover {
	background:#CCCCCC url("images/hover.gif") bottom center no-repeat;
	color: #336699;
	padding-bottom: 8px; 
	                
}                    