.navbox {
	width: 212px;
	float: left;
	height: 23px;
	text-align: center;
	padding-top: 8px;
	background-image: url(../images/navbg.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.navbox:hover {
	width: 212px;
	float: left;
	height: 23px;
	text-align: center;
	padding-top: 8px;
	background-image: url(../images/navbg-over.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.navbox a:link {
	text-decoration: none;
	color:#FBE544;
}
.navbox a:hover {
	text-decoration: none;
	color:#FBE544;
}
.navbox a:visited {
	text-decoration: none;
	color:#FBE544;
}
