/* #    nav buttons    #*/
.navbutton {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	width:220px;
	font-size: 110%;
}
.info {
	width:125px;
}
.navbutton a{
	border:1px solid #AFCB07 ;
	text-decoration : none;
	padding : 5px;
	margin: 0px;
	text-align: left;
	display : block;
	width: 100%;  /*makes link full block width*/
}
.navbutton a:link {
	color : #000;
	text-decoration : none;
	background-color : #fff;
	text-decoration : none;
}
.navbutton a:visited {
	text-decoration : none;
	color : #000;
	background-color : #fff;
	text-decoration : none;
}
.navbutton a:hover {
	text-decoration : none;
	background-color : #AFCB07 ;
	color : #fff;
}
