	
	
/***************************************************Level 1 Navigator**********************************************************/

#SAMenu1_1_1
{	position: relative;
	display: block;
	padding:0;
	margin: 0;
	width: 960px;
	height: 54px;
}

#SAMenu1_1_1:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
	}


	
#SAMenu1
{	position: relative;
	display: block;
	margin:0;
	padding:0;
	width: 960px;
	height: 53px;
	}

#SAMenu1:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
	}

#SAMenu1 li
{	
    padding:0;
	margin:0;
	list-style-type: none;
	/***********************************************************/
	display: inline;
	float: left;
	height: 54px;
	/******************************************/
	/*In order to make the diplay more fine, dispay should always be together with float*/
	background: url(../img2009/menu/kaksneuvoinen_menu1_spacer.gif) no-repeat right top;
	}	
	
#SAMenu1 li a
{	
    padding: 0 10px 0 15px;    
	color: #E62853;
	font-size:13px;
	font-family:Arial;
	font-weight:bold;
	display: inline;
	float: left;
	line-height:54px;
	vertical-align:middle;
	text-decoration: none;
	
	}	
	
#SAMenu1 li a.Selected,#SAMenu1 li a.AtWay,#SAMenu1 li a:hover 
{
    text-decoration:underline;
    background: url(../img2009/menu/kaksneuvoinen_menu1_marker.gif) no-repeat center bottom;
}

/*********************************************Level 2 Navigator***************************************************************/
#SAMenu2_2_0
{	
    position: relative;
	display: block;
	padding:0;
	margin:0 0 0 20px;
	width:210px;
	
}

#SAMenu2 
{	position: relative;
	display: block;
	padding:0;
	margin:0;
	background:#fff;
	width:210px;
	}

#SAMenu2 li
{
	position: relative;
	display: block;		
	margin:0;
	padding:0;
	list-style:none;
	width: 210px;
}
	
/** html #SAMenu2 li {width:100%;float:left;}*/
	
#SAMenu2 li.Selected 
{

}	

#SAMenu2 li a
{	
	position: relative;
	display: block;	
	color:#666666;
	font-weight: normal;
	text-decoration:none;	
	padding: 0 0 0 16px;
	margin: 0;
	line-height:20px;
	width:209px;
	font-size: 12px!important;
    background: url(../img2009/menu/kaksneuvoinen_menu2_bullet.gif) no-repeat left top;
}
html>body #SAMenu2 li a  {width:183px;}


#SAMenu2 li a.Selected, #SAMenu2 li a.AtWay , #SAMenu2 li a:hover 
{
    background: url(../img2009/menu/kaksneuvoinen_menu2_bulletS.gif) no-repeat left top;
    color:#E62853;
}	
	
	
/****************************************Level 2 sub menu**********************************************/
	

#SAMenu2 li ul 
{
	position: relative;
	display: block;		
	margin:0 0 0 16px;
	padding:0;
	list-style:none;
	width: 164px;
}

#SAMenu2 li ul li
{
	position: relative;
	display: block;		
	margin:0;
	padding:0;
	list-style:none;
	width: 184px;
}
#SAMenu2  li ul li a
{	
    width:193px;

}
html>body #SAMenu2 li ul li a {width:167px;}




#SAMenu2 li ul li ul
{
	position: relative;
	display: block;		
	margin:0 0 0 16px;
	padding:0;
	list-style:none;
	width: 148px;
}

#SAMenu2 li ul li ul li 
{
	position: relative;
	display: block;		
	margin:0;
	padding:0;
	list-style:none;
	width: 168px;
}
#SAMenu2  li ul li ul li  a
{	
    width:171px;

}
html>body #SAMenu2 li ul li a {width:150px;}

/* Linkkilistat headerin oikeassa yläkulmassa */
.QuickLinkMenu
{	
    position: relative;
	display: block;
	padding:0;
	margin: 0;
}
	
.QuickLinkMenu ul
{	
    position: relative;
	display: block;
	margin:0;
	padding:0;
}

.QuickLinkMenu ul:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
	}

.QuickLinkMenu ul li
{	
    padding:0;
	margin:0;
	list-style-type: none;
	display: inline;
}	
	
.QuickLinkMenu ul li a
{	
    padding: 0 2px 0 12px;    
	color: #6B6B6B;
	font-size:11px;
	font-family:Arial;
	font-weight:normal;
	display: inline;
	vertical-align:middle;
	text-decoration: none;
    background: url(../img2009/menu/kaksneuvoinen_quickmenu_bul.gif) no-repeat left top;	
	}	
	
.QuickLinkMenu ul li a:hover
{
    color:#E62853;  
}
