a.navlink:link {
	color: #000000;
	text-decoration: none;
}
a.navlink:visited {
	color: #000000;
	text-decoration: none;
}
a.navlink:hover {
	color: #ffffff;
	text-decoration: none;
}
a.navlink:active {
	color: #ffffff;
	text-decoration: none;
}.navbg {
	background-image: url(images/navbg.jpg);
	background-repeat: repeat;
	background-position: left top;
	height: 40px;
	width: 148px;
}
