/* CSS Document */
#header{
	width:778px;
	padding:4px;
	/* firefox */
	margin-left:auto;
	margin-right:auto;	
}
#header_logo{
	width:776px;
	height:85px;
	background:url(/img/header.gif) no-repeat center;
	border:1px solid #CCC;
}
	#header_logo ul{
		padding-top:61px;
		padding-left:2px;
	}
	#header_logo ul li{
		float:left;
		padding:0 8px;
		line-height:22px;
	}
	#header_logo ul li a{
		display:block;
		padding-top:2px;
		color:#000;
		text-decoration:none;
	}
	#header_logo ul li a:hover{
		display:block;
		font-weight:100;
		color:#FF00FF;
	}
	#header_logo ul li#header_nav_left{
		background:url(/img/nav_bg_left.gif) left no-repeat;
	}
	#header_logo ul li#header_nav_right{
		background:url(/img/nav_bg_right.gif) right no-repeat;
		width:28px;
		height:24px;
	}
	#header_logo ul li.header_nav_other{
		background:url(/img/nav_bg_line.gif) left center no-repeat;
		background-color:#dadce1;
	}
	
#header_nav{
	width:778px;
	margin-top:1px;
	background-color:#2ea902;
}
	#header_nav ul{
		height:26px;
		padding-left:20px;
	}
	#header_nav ul li{
		float:left;
		padding:0 8px;
		line-height:26px;
	}
	#header_nav ul li.header_nav_other{
		background:url(/img/nav_bg_line_white.gif) left center no-repeat;
	}	
	#header_nav ul li a{
		display:block;
		padding-top:2px;
		color:#FFF;
		text-decoration:none;
	}
	#header_nav ul li a:hover{
		display:block;
		color:#FFF;
		text-decoration:underline;
	}	
