#nav {
	background: url(../img/nav.png) no-repeat;
	width:333px;
	height: 23px;
	clear: both;
	margin-left: 575px;
}
#nav a,#nav a:hover {
	border: 0 none;
	display: block;
	width:100%; height:100%;
}
#nav span {
	display: none;
}
#navA {
	width:39px;
	height: 22px;
}
#nav1,#nav2,#nav3,#nav4,#nav5 {
	height: 23px;
	float:left;
	margin-right:1px;
}
#nav1 {
	width:55px;
}
#nav2 {
	width:71px;
}
#nav3 {
	width:71px;
}
#nav4 {
	width:65px;
}
#nav5 {
	width:66px;
}

#nav a:hover {
	background: url(../img/nav.png) no-repeat;
}

#nav1 a:hover {
	background-position: 0 -23px;
}
#nav2 a:hover {
	background-position: -56px -23px;
}
#nav3 a:hover {
	background-position: -128px -23px;
}
#nav4 a:hover {
	background-position: -200px -23px;
}
#nav5 a:hover {
	background-position: -266px -23px;
}
