/* headerLinks */

.header a {

	color: #ffffff;
	text-decoration: none;
	font-weight: none;
	font-size: 12px;
}

.header a:hover {

	color: #99c5ff;
}


/* HorizontalMenu */

ul.menuList {

	list-style-type:none;
	margin: 0;
	padding:0;
}

ul.menuList li {

	background: transparent url('../images/header_tab.gif') no-repeat scroll 100% -400px;
	float:left;
	height: 48px;
	margin: 0;
	padding-right: 10px;
}


ul.menuList li a {

	background:transparent url('../images/header_tab.gif') no-repeat scroll 0 -400px;
	color:#BFBFBF;
	display:block;
	font-size:14px;
	padding:16px 9px 15px 19px;
	text-decoration:none;
	font-family: Trebuchet MS,serif;
	text-transform: uppercase;
}

ul.menuList li:hover a {
	background-position: 0 -200px;
	padding: 15px 9px 15px 19px;
	height: 49px;

}

ul.menuList li:hover {
	background-position:100% -200px;
	height: 48px;
}

ul.menuList li.selected {

	background:transparent url('../images/header_tab.gif') no-repeat scroll 100% 0;
	margin:0 0 0 1px;	
}

ul.menuList li.selected a {

	background:transparent url('../images/header_tab.gif') no-repeat scroll 0 0;	
	color: #ffffff;
}

/* leftMenulinks*/

ul.leftMenuLinks {

	width: 219px;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

ul.leftMenuLinks li {

	width: 219px;
	text-align: center;	
}

ul.kolmasTaso {

	width: 219px;
	list-style-type:none;
	margin: 0;
	padding: 0;
	
}

ul.kolmasTaso li {

	text-align: left;	
	_height: 22px;
	min-height: 22px;
	
	width: 219px;


}

ul.leftMenuLinks li.selected ul.kolmasTaso li a {

	background: transparent none repeat scroll 0 0;
	text-transform: none;
	padding-left: 15px;
	
	line-height: 22px;
	
	min-height: 22px;
	_height: 22px;
	
	font-weight: normal;
	
	width: 210px;
}

ul.leftMenuLinks li.selected ul.kolmasTaso li a:hover {
	
	background: transparent none repeat scroll 0 0;
	text-transform: none;
}

ul.leftMenuLinks li.selected ul.kolmasTaso li.selected {

	background:transparent url('../images/subnav-sub-active-top.png') no-repeat scroll left top;
	display:block;
	line-height:16px;
	padding:0 0 0 0;
	_height: 16px;
	min-height: 16px;
	
	margin-top: 6px;
	margin-bottom: 6px;
	
}

ul.leftMenuLinks li.selected ul.kolmasTaso li.selected a {

	background:transparent url('../images/subnav-sub-active-bottom.png') no-repeat scroll left bottom;
	color:#000000;
	display:block;
	padding-bottom:3px;
	padding-right:10px;
	text-align: left;
}

ul.leftMenuLinks li.selected ul.kolmasTaso li.selected a:hover {

	background:transparent url('../images/subnav-sub-active-bottom.png') no-repeat scroll left bottom;
	color:#a5a5a5;
	display:block;
	padding-bottom:3px;
	padding-right:10px;
	text-align: left;
}

ul.leftMenuLinks li.selected {

	width: 219px;
	text-align: center;
	
	min-height: 36px;	
	_height: 36px;	
}

ul.leftMenuLinks li a {

	background-image: url('../images/leftMenuLinkBG.png');
	width: 219px;
	
	min-height: 36px;	
	_height: 36px;
	
	display: block;
	text-decoration: none;
	color:  #a1a1a1;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 36px;	
}

ul.leftMenuLinks li a:hover {

	background-image: url('../images/leftMenuLinkBG_hover.png');
	color: #000000;
}

ul.leftMenuLinks li.selected  a {

	background-image: url('../images/leftMenuLinkBG_selected.png');
	background-repeat: no-repeat;
	background-position: left top;
	
	width: 219px;
	
	min-height: 36px;	
	_height: 36px;
	
	display: block;
	
	text-decoration: none;
	color:  #ffffff;
	font-size: 14px;
	text-transform: uppercase;

}

ul.leftMenuLinks li.selected  a:hover {

	background-image: url('../images/leftMenuLinkBG_selected.png');
	background-repeat: no-repeat;
	background-position: left top;

	color: #a5a5a5;
}