#header{
	background: url("../image/topbar.jpg") no-repeat left top;
	margin-left:auto;
	margin-right:auto;
	border-bottom: 1px solid #7E8389;
	width:800px;
	height: 105px;
	background-color: white;
}

#header_bar{
	z-index: 2;
	float:left;
	position: relative;
	left: 105px;
	width: 700px;
	top: 80px !important;
	top: 79px; /* For IE */
	line-height:normal;
  }
#header_bar ul {
	margin:0;
	padding:0px 10px 0;
	list-style:none;
  }
#header_bar li {
	float:left;
	background:url("../image/header_bar/linkki_v.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 9px;
  }
#header_bar a {
	float:left;
	font-family: Verdana, Arial, Geneva;
	font-size: 13px;
	display:block;
	background:url("../image/header_bar/linkki_o.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-decoration:none;
	font-weight:bold;
	color:black;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header_bar a {float:none;}
/* End IE5-Mac hack */
#header_bar a:hover {
	color:#F5F0E2;
  }
#header_bar #current {
	background-image:url("../image/header_bar/linkki_vp.gif");
  }
#header_bar #current a {
	background-image:url("../image/header_bar/linkki_op.gif");
	color:black;
	padding-bottom:5px;
}