#nav {
	width:888px;
	background-image:url(../_imgs/menubg.gif);
	background-repeat:repeat-x;
	height:40px;
	padding-top:1px;
}
#menu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 39px;
	display:block;
	width:570px;
	float:right;
}
#menu ul {
padding:0px;

}
#menu li {
	display: inline;
	padding: 0px;
	margin: 0px;

}
#menu span {
	display: none;
	position: absolute;
}
#menu a {
	display: inline;
	text-indent: -900%;
	float:left;

}
#menu a:hover {
	background-position: left bottom;

}
#menu a:hover span{
	display: block;
	margin-top:-19px;
}
#menu .home {
	width: 144px;
	height: 37px;
	background: url(../_imgs/homebtn.gif) no-repeat;

}
#menu .home span {
	width: 144px;
	height: 37px;
	background: url(../_imgs/homebtn.gif) no-repeat;

}
#menu .about {
	width: 87px;
	height: 39px;
	background: url(../_imgs/aboutbtn.gif) no-repeat;
}
#menu .about span {
	width: 87px;
	height: 39px;
	background: url(../_imgs/aboutbtn.gif) no-repeat;

}
#menu .howit {
	width: 118px;
	height: 39px;
	background: url(../_imgs/gallerybtn.gif) no-repeat;
}
#menu .howit span {
	width: 118px;
	height: 39px;
	background: url(../_imgs/gallerybtn.gif) no-repeat;

}
#menu .join {
	width: 105px;
	height: 39px;
	background: url(../_imgs/testbtn.gif) no-repeat;
}
#menu .join span {
	width: 105px;
	height: 39px;
	background: url(../_imgs/testbtn.gif) no-repeat;

}
#menu .qs {
	width: 55px;
	height: 39px;
	background: url(../_imgs/faqbtn.gif) no-repeat;
}
#menu .qs span {
	width: 55px;
	height: 39px;
	background: url(../_imgs/faqbtn.gif) no-repeat;

}

