#menut {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
#menut .menu {
	background-color: #E0F0B2;
	padding: 5px;
	border-top: 1px solid #C2D045;
	border-right: 1px solid #999933;
	border-bottom: 1px solid #999933;
	border-left: 1px solid #C2D045;
}
#menut .aktiivinen {
	background-color: #E0F0B2;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #C2D045;
	border-right-color: #999933;
	border-left-color: #C2D045;
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	font-weight: bold;
	color: #000000;
}
#menut a {
	text-decoration: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 3px;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
	color: #0000CC;
}
#linkki {
	margin-top: 5px;
	margin-bottom: 5px;
}
#menut .sulje {
	float: right;
}

