.navbutton {
	background-color: #53626f;
	padding-top: 5px;
	margin: 10px;
	text-indent: 5pt;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	height: 25px;
	width: 165px;

}
.navbutton a:link {
	text-decoration: none;
	color: #dae4ec;



	}


.navbutton a:visited {
	text-decoration: none;
	color: #dae4ec;


	
}
.navbutton a:hover {
	text-decoration: none;
	background-color: #dae4ec;
	color: #53626f;


	
}
.navbutton a:active {
	text-decoration: none;
	color: #ffe3bd;
	background-color: 849EB5;


	
}
