#menu{
	width:1000px;
	height:65px;
	margin:0 auto;
	padding:0;
	background:url(images/m1.png) no-repeat left top;
}

#menu ul{
	float:right;
	margin:auto;
	padding: 0px 40px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li{
	float:left;
}

#menu a {
	display: block;
	width: 120px;
	height: 39px;
	margin-left: 6px;
	padding-top: 15px;
	padding-bottom: 9px;
	background:url(images/b1.png) repeat-x;
	background-position:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #FFF;	
	border-color:#000;
}

#menu a:hover{
	background:url(images/b2.png) repeat-x;
	background-position:left;
	color: #000;
}

#menu a.selected{
	background:url(images/b2.png) repeat-x;
	background-position:left;
	color: #000;
}
