.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
	font-style: normal;
	font-weight: bold;
	color: #666;
	height: 39px;
	background-image: url(nav_normal.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	padding-top: 3px;
	text-decoration: none;
}
.navigation:hover{
	background-image: url(nav_over.jpg);
	padding-top: 3px;
	height: 39px;
}
.navigation a:link {
	text-decoration: none;
	color: #666;
}
.navigation a:visited {
	text-decoration: none;
	color: #666;
	}
.navigation a:active {
	text-decoration: none;
	color: #666;
	}