html>body #menuBlock {
	top:100px;
}
:root #menuBlock {
	top:89px;
}
#nav {
	height:28px;
	border:0px;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	font-family:Arial Narrow;
	border:0px;
}

#nav li {
	border:0px;
}


#nav a {
	display: block;
	text-decoration:none;
	overflow:hidden;
}

.menu {
	z-index:4;
	height:28px;
	margin-top:0px;
	height:30px;
	border:0px;
}
.menulink {
	margin-top:-21px;
	padding-left:10px;
	padding-right:10px;
	font-family:  verdana, arial, ms sans serif;
	font-size: 8pt; 
	color:#000;
}
.menuimage {
	margin-top:0px;
}

.submenuul {
	width:200px;
	top:30px;
	text-align:left;
	background-color:#79ac5f;
}
.submenuli {
	clear:both;
	position:relative;
	top:auto;
	z-index:6;
	width:200px;
	background-color:#79ac5f;
}
.submenulink{
	z-index:4;
 	height:18px;
 	color:#606060;
 	font-family: verdana, arial, ms sans serif;
	font-size: 8pt;
	width:200px;
	background-color:#79ac5f;
	border-bottom: 1px solid #a1a6a9;
}
.submenulink:hover {
	background-color:#79ac5f;
}


#nav li { /* all list items */
	z-index:10;
	float: left;
}
#nav li ul { /* second-level lists */
	position: absolute;	
	line-height: 1.7;
	background-color:#ffffff;
	border-width:1px;
	/*border-top:0px;*/
	border-style:solid;
	border-color:#606060;
	width:200px;
	top:18px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	overflow:hidden;
}
html>body #nav li ul {
	top:20px;
}
:root #nav li ul {
	top:30px;
}
#nav li ul ul { /* third-and-above-level lists */
	/*margin: -2.3em 0 0 200px;*/
	margin: -31px 0px 0px 200px;
	background-color: #ffffff;
	border-width:2px;
	border-style:solid;
	border-color:#606060;
	position:absolute;
	z-index:200;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li li a:hover { /* hiiri päällä liikkuu x:n px:n verran*/
	padding: 0px 0px;
}
