/* Kolmitasoinen SiteAdmin pystymenu (c) VisualWeb Oy *************************/
#mnu_area {
	position: relative;
	width: 220px;
	height: auto;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: white;	
	overflow: hidden;
}

#mnu_area ul {
	display: block;
	list-style-type: none;
	list-style-image: none;
	margin:0;
	padding: 0;
	border: 0;
}
		
#mnu_area li {
	margin: 0;
	padding: 0;
}

#Smnu_area ul li ul {
	margin-bottom: 10px;
	margin-left: 10px;
}
	
	
#mnu_area ul li ul li {
	margin-left: 10px;
}

/* TASO 1 staattiset ja dynaamiset muotoilut ********************************/

#mnu_area ul li a {
	display: block;
	width: 100%;
	margin: 0 8px 0 0;
	padding: 10px 15px 7px 16px;
	color: #000000;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url(../img/mnuunactivebg.gif) no-repeat left center;
}

html>body #mnu_area ul li a {width: auto;}

#mnu_area ul a.Selected {
	background: url(../img/mnuactivebg.gif) no-repeat left center;
}

#mnu_area ul .AtWay a.Selected {
	background: url(../img/mnuactivebg.gif) no-repeat left center;
}

#mnu_area ul .Selected ul li a {
	background: url(../img/bulletunactive.gif) no-repeat left center;
	
}

#mnu_area ul li a:hover {
	color: #000000;
	text-decoration: underline;
	background: url(../img/mnuactivebg.gif) no-repeat left center;
}
	
#mnu_area ul li a:active {
	color: #000000;
	text-decoration: underline;
	background: url(../img/mnuactivebg.gif) no-repeat left center;
}
	
#mnu_area ul li a:focus {
	color: #000000;
	text-decoration: underline;
	background: url(../img/mnuactivebg.gif) no-repeat left center;
}

/* TASO 2 staattiset ja dynaamiset muotoilut *******************************/

#mnu_area ul li ul li a {
	display: block;
	width: 100%;
	margin: 0 10px 0 0;
	padding: 1px 11px 1px 11px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background: url(../img/bulletunactive.gif) no-repeat left center;
}

/* TASO 3 staattiset ja dynaamiset muotoilut ******************************/

html>body #mnu_area ul li ul li a {width: auto;}

#mnu_area ul li ul li a {
	color: #EA2081;
	background: url(../img/bulletunactive.gif) no-repeat left center ! important;
}

#mnu_area ul li ul li a:hover {
	color: #EA2081;
	background: url(../img/bulletactive.gif) no-repeat left center ! important;
}

#mnu_area ul li ul li a:active {
	color: #EA2081;
	background: url(../img/bulletactive.gif) no-repeat left center;
}

#mnu_area ul li ul li a:focus {
	color: #EA2081;
	background: url(../img/bulletactive.gif) no-repeat left center;
}

#mnu_area ul li ul li ul {
	margin-top: 5px;
}

#mnu_area ul li ul li ul li a {
	display: block;
	width: 100%;
	margin: 0 10px 0 0;
	padding: 2px 0px 2px 0px;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	background: none;
}

#mnu_area ul li ul li ul a:hover {
	background: none;
}

#mnu_area ul li ul li ul a:active {
	background: none;
}

#mnu_area ul li ul li ul a:focus {
	background: none;
}

/* Valittujen objektien muotoilut *****************************************/











