/****************************************************** 
	
	-----------------------
	FINNICA KYMENLAAKSO - CSS
	** NAVIGAATIOPALKKI **
	-----------------------

	Copyright © 2006 
	Koulutus- ja kehittämiskeskus Palmenia, Kouvola
	
	
******************************************************/
	
	
#topnav{
	font-size:65%;
	width:576px;
	height:25px;
	padding:0px 12px 0px 12px;
	margin:0px;
	border-bottom:#e0e0e0 8px solid;
	background:url(../img/backg_topnav2.gif) repeat-x;
}

#topnav_left{
	float:left;
	width:320px;
}
#topnav_right{
	float:right;
	width:80px;
	text-align:right;
}

#topnav h5{display:none;}
#topnav ul{list-style:none; padding:6px 0 0 0; margin:0px; }
.mid{display:block; float:left; margin:0px; padding:0px 7px 0px 7px; border-left:1px solid #bcbcbc; border-right:1px solid #8c8c8c;}
.first{display:block; float:left; margin:0px; padding:0px 7px 0px 0px; border-right:1px solid #9a9a9a;}
.last{display:block; float:left; margin:0px; padding:0px 0px 0px 7px; border-left:1px solid #bcbcbc;}
.posnone{display:block; float:left; margin:0px; padding:0px;}

#topnav li a.tnav:link,a.tnav:active,a.tnav:visited{
	font-weight:bold;
	text-decoration:none;
	color:#e5e5e5;
}

#topnav li a.tnav:hover{
	text-decoration:none;
	color:#fff;
}
