#topnav {
  color: #FFFFFF;
  margin:0; 
 list-style: none;
  float:left;
  width: 720px;
  padding: 0 40px;
  line-height: 20px;
  vertical-align: bottom;
  background: url(kuvat/mainNavBg3.gif) repeat-x;
  
}	
#topnav ul {
  margin:0;
  padding: 0 2em;
  line-height: 20px;
  background: url(kuvat/mainNavBg3.gif) repeat-x;
  list-style:none;
  }
  
 
  
#topnav ul li {
	float:left;
	margin:0;
	background: url(kuvat/mainNavBg3.gif) repeat-x;
	font-weight: bold;
  }

#topnav ul li a {
  float:left;
  display:block;
  padding: 0 2em;
 line-height: 20px;
  background: url(kuvat/divider.gif) repeat-y right top;
  text-decoration:none;
  font-weight:bold;
  color:#ffffff;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#topnav a {float:none;}
/* End IE5-Mac hack */
#topnav a:hover {
  color:#0b3c65;
  background: #ccd6d8;
  }	
  
#topnav.last a {
  background: none;
  }	

