#header{

	width:351px;
	height:28px;
	position:relative;
	margin:0 auto;
	margin-right: 31px;
}
#header ul{
	background:url(images/nav_bar.gif) 0 0 no-repeat;
	width:351px;
	height:23px;
	position:absolute;
	left:31px;
	top:6px;
	padding:0 0 0 25px;
}
#header ul li{
	background:url(images/nav_div.gif) right top no-repeat;
	height:23px;
	float:left;
	padding:0 1px 0 0;
}
#header ul li a{
	display:block;
	background:url(images/nav_bg.gif) 0 0 repeat-x;
	padding:0 10px;
	white-space: nowrap;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	color:#666666;
	background-color:inherit;
	text-decoration:none;
}
#header ul li a:hover{
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	background-color:#333;
}
#header ul li a.hover{
	display:block;
	background:url(images/nav_hover.gif) 0 0 repeat-x;
	color:#fff;
	padding:0 0px;
	font:bold 11px/27px Arial, Helvetica, sans-serif;
	background-color:#333;
	text-decoration:none;
	cursor:text;
}
#header ul li.last{
	background-image:none;
	height:23px;
	float:left;
}
#header img.logo{
	position:absolute;
	left:40px;
	top:98px;
	width:249px;
	height:72px;
}
