#nav a,#nav a:hover {
	border: 0 none;
	display: block;
	width:100%; height:100%;
}
#nav span {
	display: none;
}
#nav1,#nav2,#nav3,#nav4,#nav5 {
	height: 65px;
	float:left;
}
#nav1 {
	width:111px;
	margin-left: 50px;
}
#nav2 {
	width:195px;
	margin-left: 47px;
}
#nav3 {
	width:168px;
	margin-left: 41px;
}
#nav4 {
	width:114px;
	margin-left: 31px;
}
#nav5 {
	width:118px;
	margin-left: 42px;
}

#nav a:hover {
	background: url(../img/nav.png) no-repeat;
}

#nav1 a:hover {
	background-image: url(../img/nav.png);
	background-position: -50px -65px;
}
#nav2 a:hover {
	background-position: -208px -65px;
}
#nav3 a:hover {
	background-position: -444px -65px;
}
#nav4 a:hover {
	background-position: -643px -65px;
}
#nav5 a:hover {
	background-position: -799px -65px;
}
