#nav {
	width: 901px;
	clear: both;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	height: 33px;
	padding-top: 3px;
}
#nav a,#nav a:hover {
	border: 0 none;
}
#nav span {
	display: none;
}
#nav1 {
	background-image: url(../images/nav1.png);
}
#nav2 {
	background-image: url(../images/nav2.png);
}
#nav3 {
	background-image: url(../images/nav3.png);
}
#nav4 {
	background-image: url(../images/nav4.png);
}
#nav1,#nav2,#nav3,#nav4 {
	float:left;
	height: 30px;
	width: 223px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.navgap {
	width:3px;
	height: 30px;
	float:left;
}
#nav1 a,#nav2 a,#nav3 a,#nav4 a {
	display: block;
	width:100%; height:100%;
}
#nav1 a:hover {
	background: url(../images/nav1.png) no-repeat 0px -30px;
}
#nav2 a:hover {
	background: url(../images/nav2.png) no-repeat 0px -30px;
}
#nav3 a:hover {
	background: url(../images/nav3.png) no-repeat 0px -30px;
}
#nav4 a:hover {
	background: url(../images/nav4.png) no-repeat 0px -30px;
}
