.navbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	text-align: center;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}
.navtext {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	text-decoration: none;
}
.navtext:hover {
	color: #666699;
	background-color: #FFFFFF;
	display: block;
}