@charset "ISO-8859-1";
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(images/navigation_back.jpg);
	background-repeat: no-repeat;
	background-position: 15px;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
