.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	background-image: url(nav/normal.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-decoration: none;
	outline-style:none;
	outline-width:0;
	font-weight: normal;
	color: #F3F3F3;
}
.navigation:hover{
	background-image: url(nav/mouseover.jpg);
}
.navigation a:link {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
}
.navigation a:visited {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
	}
.navigation a:active {
	outline-style:none;
	outline-width:0;
	text-decoration: none;
	}
