a.navbar:link {
	background-image: url(../Images/Navbutton.jpg);
	border: 2px ridge #000000;
	background-repeat: repeat-x;
	margin: 1px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 100%;
	width: 128px;
	vertical-align: text-bottom;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
a.navbar:hover {
	background-image: url(../Images/Navbutton1.jpg);
	border: 2px groove #747474;
	background-repeat: repeat-x;
	margin: 1px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
	color: #000000;
	font-weight: bold;
	height: 100%;
	width: 128px;
	font-size: 1em;
}

a.navbar {
	background-image: url(../Images/Navbutton.jpg);
	border: 2px ridge #000000;
	background-repeat: repeat-x;
	margin: 1px;
	padding-left: 5px;
	text-decoration: none;
	float: left;
	color: #FFFFFF;
	font-weight: bold;
	height: 100%;
	width: 128px;
	vertical-align: text-bottom;
	font-size: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
}
