#nav {
	font-size: 70%;
	padding-top: 0px;
	padding-bottom: 0px;
}

#nav ul {
	background-image: url("nappitausta.jpg");
	background-repeat: repeat-x;
	text-align:center;
	margin:0;
	padding:0;
	border-top: 1px solid #374E6D;
	border-bottom: 1px solid #374E6D;
}
#nav li {
	list-style-type:none;
	display: inline;
	margin: 0px;
	padding: 0px;
	padding-top:1em;
}

#nav a {
	padding-left: 0.6em;
	padding-right: 0.6em;
	margin-top: 3px;
	margin-bottom: 3px;
}

#nav a:link {
	color: #BDC8DC;
	text-decoration: none;
	margin: 0;
	border-left: 1px solid #374E6D;
	border-right: 0px;
}
#nav a:visited {
	color: #BDC8DC;
	text-decoration: none;
	border-left: 1px solid #374E6D;
	border-right: 0px;
}
#nav a:active {
	color: #BDC8DC;
	text-decoration: none;
	border-left: 1px solid #374E6D;
	border-right: 0px;
}
#nav a:hover {
	color: #E6E5EB;
	text-decoration: none;
	background-image: url("nappitausta-over.jpg");
	background-repeat:repeat-x;
	border-left: 1px solid #374E6D;
	border-right: 0px;
}
#nav a.oikee:link {
	color: #BDC8DC;
	text-decoration: none;
	margin: 0;
	border-left: 1px solid #374E6D;
	border-right: 1px solid #374E6D;
}
#nav a.oikee:visited {
	color: #BDC8DC;
	text-decoration: none;
	border-left: 1px solid #374E6D;
	border-right: 1px solid #374E6D;
}
#nav a.oikee:active {
	color: #BDC8DC;
	text-decoration: none;
	border-left: 1px solid #374E6D;
	border-right: 1px solid #374E6D;
}
#nav a.oikee:hover {
	color: #E6E5EB;
	text-decoration: none;
	background-image: url("nappitausta-over.jpg");
	background-repeat:repeat-x;
	border-left: 1px solid #374E6D;
	border-right: 1px solid #374E6D;
}