
	/* The top naviagation: */
.nav {
	font: 14px/22px "Verdana";
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0px;
	text-decoration: none;
	text-align: center;
}
.nav a, .nav a:visited {
	text-decoration: none;
	color: #666666;
}
.nav a:hover {
	text-decoration: underline;
	color: #006699;
}

	/* The bottom navigation: */
.nav_bottom {
	font: 12px/16px "Verdana";
	text-decoration: none;
	font-style: normal;
	text-align: center;
}
.nav_bottom a, .nav_bottom a:visited {
	text-decoration: none;
	color: #666666;
}
.nav_bottom a:hover {
	text-decoration: underline;
	color: #006699;
}

	/* The bentech link: */
.bentech_link {
	font: 10px/16px "Verdana";
	text-decoration: none;
	font-style: normal;
	text-align: center;
}
.bentech_link a, .bentech_link a:visited {
	text-decoration: none;
	color: #666666;
}
.bentech_link a:hover {
	color: #000000;
}