#navigointi ul {
	font-size: 12px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
}
ul.menu {list-style:none; margin:0; padding:0}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color:#000; text-decoration:none}
ul.menu li {position:relative; float:left; margin-right:2px}
ul.menu ul {position:absolute; top:26px; left:0; /*background:#d1d1d1*/; display:none; /*opacity:0;*/ list-style:none}
ul.menu ul li {
	position:relative;
	width:140px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 30;
}
ul.menu ul li a {
	display:block;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 5px;
	padding-left: 12px;
}
ul.menu ul li a:hover {
	text-decoration: underline;
	background-color: #FFF;
	color: #000;
}
ul.menu ul ul {left:110px; top:-1px}
ul.menu .menulink {
	font-weight:normal;
	padding-top: 5px;
	padding-right: 13px;
	padding-bottom: 7px;
	padding-left: 13px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
ul.menu .menulink:hover, ul.menu .menuhover {
	color: #C00;
}
ul.menu .sub {background:#d1d1d1 url(images/arrow.gif) 136px 8px no-repeat}
ul.menu .topline {border-top:1px solid #aaa}

