

#MainMenuHolder {
	position: absolute;
	display:block;
	padding:0;
	margin: 0;
	width:860px;
	height:15px;
	left: 0;
	bottom: 23px;
}

#SAMenu1 {
	position: relative;
	display:block;
	padding:0;
	margin: 0;
	list-style:none;
	width:860px;
	height:15px;
	
}


#SAMenu1:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}
		
#SAMenu1 li {	
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	padding:0 10px 0 10px;
	height:15px;
	text-align: left;
	background: url(../2009_img/menu1_line.gif) no-repeat 0 7px;
}


#SAMenu1 li a {	
	display: block;
	position: relative;
	text-decoration:none;
	font-size: 12px;
	margin:0;
	padding: 0;
	height:15px;
	text-align: left;	
	line-height: 15px;
	color: #8B9293;
	font-weight: normal;
	
}

* html #SAMenu1 li a {float:left;}

#SAMenu1 li a:hover {color: #000;}


/****************************/



#DropDownMenuHolder1 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	width: 200px;
	height: 800px;
	background: transparent;
	top: 0;
	left: 0;
	z-index: 150;
	text-align: left;
	background: url(../2009_img/dd_menu_top.png) no-repeat left top;
}

	
#DropDownMenuHolder1 ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 15px  0;
    width: 159px;	
	min-height: 20px;
	list-style-type: none;
	overflow: visible;
	background: url(../2009_img/dd_menu_bottom.png) no-repeat left bottom;
}

#DropDownMenuHolder1 ul:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#DropDownMenuHolder1 ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 0;
	list-style-type: none;
	list-style-image: none;
	width: 159px;
 	text-align: left;
 	clear: both;
	background: url(../2009_img/dd_menu_body.png) repeat-y left top;
	overflow: hidden;
 }
 
 * html #DropDownMenuHolder1 ul li {float:left;}
 
 #DropDownMenuHolder1 ul li:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#DropDownMenuHolder1 ul li a 
{
	display: block;
	position: relative;
	margin: 0;
	padding: 7px 17px 7px 10px;
	width: 121px;
	height: 100%;
	clear: both;
	font-family:  Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	white-space: normal;
	background: url(../2009_img/arrow_gray.gif) no-repeat 131px  9px;
}

* html #DropDownMenuHolder1 ul li a {width:148px}

#DropDownMenuHolder1 ul li a:hover 
{
	color: #000;
	text-decoration: none;
	background: url(../2009_img/arrow_gray_dark.gif) no-repeat 131px  9px;
}

#DropDownMenuHolder1 ul li a.NoSubItems {background:none!important;}

/****************************/



#DropDownMenuHolder2 {
	display: block;
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	width: 200px;
	height: 800px;
	background: transparent;
	top: 0;
	left: 0;
	z-index: 170;
	text-align: left;
	background: url(../2009_img/dd_menu_top.png) no-repeat left top;
}

	
#DropDownMenuHolder2 ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 10px  0;
	width: 159px;	
	min-height: 20px;
	list-style-type: none;
	overflow: visible;
	background: url(../2009_img/dd_menu_bottom.png) no-repeat left bottom;
}

#DropDownMenuHolder2 ul:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#DropDownMenuHolder2 ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 7px 0 7px 0;
	list-style-type: none;
	list-style-image: none;
	width: 159px;
 	text-align: left;
 	clear: both;
	background: url(../2009_img/dd_menu_body.png) repeat-y left top;
	overflow: hidden;
 }
 
 * html #DropDownMenuHolder2 ul li {float:left;}
 
 #DropDownMenuHolder2 ul li:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#DropDownMenuHolder2 ul li a 
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0 17px 0 10px;
	width: 121px;
	height: 100%;
	clear: both;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	white-space: normal;
	/*background: url(../2009_img/arrow_gray.gif) no-repeat 131px  2px;*/
}



* html #DropDownMenuHolder2 ul li a {width:148px}

#DropDownMenuHolder2 ul li a:hover 
{
	color: #000;
	text-decoration: none;
	/*background: url(../2009_img/arrow_gray_dark.gif) no-repeat 131px  2px;*/
}

/**************************************************/

#ChooseyourCountry {
	display: none;
	position: absolute;
	margin: 0;
	padding: 15px 0 0 0;
	width: 200px;
	height: 800px;
	background: transparent;
	top: 0;
	left: 130px;
	z-index: 150;
	text-align: left;
	background: url(../2009_img/dd_menu_top.png) no-repeat left top;
}

	
#ChooseyourCountry ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 10px 0;
	width: 159px;	
	min-height: 20px;
	list-style-type: none;
	overflow: visible;
	background: url(../2009_img/dd_menu_bottom.png) no-repeat left bottom;
}

#ChooseyourCountry ul:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#ChooseyourCountry ul li {
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-image: none;
	width: 159px;
	height: 25px;
	line-height: 25px;
 	text-align: left;
 	clear: both;
	background: url(../2009_img/dd_menu_body.png) repeat-y left top;
	overflow: hidden;
 }
 
 * html #ChooseyourCountry ul li {float:left;}
 
 #ChooseyourCountry ul li:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#ChooseyourCountry ul li a 
{
	display: block;
	position: relative;
	margin: 0;
	padding: 0 17px 0 10px;
	width: 121px;
	height: 100%;
	clear: both;
	font-family: Arial, Verdana, Helvetica;
	font-size: 12px;
	font-weight: normal;
	color: #666;
	white-space: normal;
	background: url(../2009_img/arrow_gray.gif) no-repeat 131px  7px;
}

* html #ChooseyourCountry ul li a {width:148px}

#ChooseyourCountry ul li a:hover 
{
	color: #000;
	text-decoration: none;
	background: url(../2009_img/arrow_gray_dark.gif) no-repeat 131px  7px;
}


.MenuPiilossa {display: none!important;}
.MenuNakyvissa {display: block!important;}

/***************************************/

#FooterSitemap11 {
	display: block;
	position: relative;
	margin: -20px 0 0 0;
	padding: 0;
	list-style:none;
	width: 860px;
	height: auto;
	clear: both;
}

#FooterSitemap11:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#FooterSitemap11 li {
	list-style:none;
	display:inline;
	float:left;
	margin:0;
	padding:3px 10px 0 17px;
	text-align: left;
	list-style:none;
	
	background: url(../2009_img/footerbullet11.gif) no-repeat 0px  0;
}
#FooterSitemap11 li:first-child {padding:3px 10px 0 0;background:none;}

#FooterSitemap11 li a {color:#7A7A7A!important;}

#FooterSitemap11 li ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0px 0 0 0;
	float:left;
}

#FooterSitemap11 li ul:after {
	content: "."; 
	display: block;
	height: 0.01em;
	overflow: hidden;
	visibility: hidden; 
	clear: both;
}

#FooterSitemap11 li ul li {
	display: block!important;
	position: relative!important;
	margin: 0!important;
	padding:0!important;
	list-style:none!important;
	float: none!important;
	clear:both!important;
	background:none!important;
	height: auto;
}

#FooterSitemap11 li ul li:first-child {
	display: block!important;
	position: relative!important;
	margin: 0!important;
	padding:0!important;
	list-style:none!important;
	float: none!important;
	clear:both!important;
	background:none!important;
	height: auto;
}
#FooterSitemap11 li ul li a {color:#7A7A7A!important;}
