/* CSS Document */

/*
____________________
Yhteisvastuu 2005
____________________
*/


/*
_______________________ALSIVUN PAAVALIKKO
*/

.menu	{
	background : #000000;
	border-bottom-color: #F20017;
}

.menu0	{
	background : #333333;
	border-bottom-color: #333333;
}
.menu1 {
	background : #404040;
	border-bottom-color: #404040;
}
.menu2 {
	background: #4c4c4c;
	border-bottom-color: #4c4c4c;
}
.menu3 {
	background: #595959;
	border-bottom-color: #595959;
}
.menu4 {
	background: #666666;
	border-bottom-color: #666666;
}
.menu5 {
	background: #737373;
	border-bottom-color: #737373;
}
.menu6 {
	background: #7f7f7f;
	border-bottom-color: #7f7f7f;
}
.menu7 {
	background: #8c8c8c;
	border-bottom-color: #8c8c8c;
}

#navi, #navi ul {
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 23px;
	}

#navi li {
	padding: 0 3px;
	margin: 0px;
	float: left;
	border-right-color: #cccccc;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: center;
	white-space: nowrap;
}
	
#navi a {
	display: block;
	margin:2px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	white-space: nowrap;
	color: #ffffff;
	height:19px;
	
	line-height: 23px;
}

#navi li ul {
	position: absolute;
	left: -999em;
	height: 19px;
	margin:1px 0 0 -5px;
	width:50px;
}

#navi li ul li {
	text-align: left;
	width: 200px;
	border-right-width: 0;
}


#navi li:hover ul, #navi li.sfhover ul {
	left: auto;
}

#navi li:hover, #navi li.sfhover {
	border-bottom-width: 1px;
	border-bottom-color: #F20017;
	border-bottom-style: solid;
}



/*
_______________________ETUSIVUN PAAVALIKKO
*/

ul.navi {
	margin: 0px;
	padding: 0px;
	border: 0px;
	
	list-style: none;
	width: 228px;
	
	
	}

ul.navi li.navi {
	height:22px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: relative;
}


li.navi ul.navi {
	position: absolute;
	left: 228px;
	top: 0px;
	height:19px;

	display:none;
	padding: 0px;
	margin: 0px;
	border: 0px;
}


ul.navi li.navi a, .navi li a:active, .navi li a:visited {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	border-bottom-style: solid;
	padding: 1px;
	margin: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-bottom-width: 1px;
	width: 228px;
	height:19px;
	line-height: 20px;
	text-align: left;
	text-indent: 5px;
	vertical-align: bottom;
}

ul.navi li a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid #F20017;
	padding: 1px;
	margin: 0px;
}

ul.navi li.navi:hover ul { display: block; }
