/* CSS Document */
/*


*/
.navbutton {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	padding: 2px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
}

.navbutton:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	color: #ffffff;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	margin: 1px;
	padding: 2px;
	height: auto;
	width: auto;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-decoration: none;
	background-color: #000;
}
