#main_header_container{
	position:relative;
	float:left;
	color:#FFffFF;
	width:860px;
	background-repeat:no-repeat;
	overflow:hidden;
	background-image: url('../images/header.png');
	padding-bottom:0px;
	height:30px;
}
#main_header_container a{
	line-height:28px;
	vertical-align:middle;
	font-size:14px;
	color:#ffffff;
	padding:0 5px;
	text-decoration:none;
	 border-left: 1px solid #fff;
}
#main_header_container a:hover{
	color:#ff9600;
}
#main_header_logo{
	position:absolute;
	left:0px;
	top:0px;
	background-image:url('../images/header.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
	#main_header_logo a { display: block; width: 113px; height: 30px; }

#main_header{
	position:absolute;
	left:114px;
	top:0px;
	width:875px;
	height:30px;
	background-repeat: no-repeat;
}

	#main_header ul { padding:0; margin:0; width:875px;}
	#main_header li { display: inline; height: 30px; float: left; border:0px; padding:0; margin:0;}
/*
	#main_header1 { width: 100px; overflow:hidden;}
	#main_header2 { width: 79px; overflow:hidden;}
	#main_header3 { width: 83px; overflow:hidden;}
	#main_header4 { width: 86px; overflow:hidden;}
	#main_header_nb { width: 100px; overflow:hidden;}
*/
	#main_header1 a { display: block; height: 30px; }
		#main_header1 a:link, #main_header1 a:visited, #main_header1 a:active { background: #003876; color:#fffff;}
	#main_header2 a { display: block; height: 30px; }
		#main_header2 a:link, #main_header2 a:visited, #main_header2 a:active {  background: #003876; color:#fffff;}
	#main_header3 a { display: block;  height: 30px; }
		#main_header3 a:link, #main_header3 a:visited, #main_header3 a:active {  background: #003876; color:#fffff;}
	#main_header4 a { display: block; height: 30px; }
		#main_header4 a:link, #main_header4 a:visited, #main_header4 a:active {  background: #003876; color:#fffff;}
	#main_header_nb a { display: block; height: 30px; }
		#main_header_nb a:link, #main_header_nb a:visited, #main_header_nb a:active { background: #003876; color:#fffff;}
	
		#main_header1 a:link, #main_header1 a:visited { background-position: -130px 0px; }
		#main_header1 a:hover, #main_header1 a:active { background-position: -130px -30px; }
		#main_header2 a:link, #main_header2 a:visited { background-position: -258px 0px; }
		#main_header2 a:hover, #main_header2 a:active { background-position: -258px -30px; }
		#main_header3 a:link, #main_header3 a:visited { background-position: -337px 0px; }
		#main_header3 a:hover, #main_header3 a:active { background-position: -337px -30px; }
		#main_header4 a:link, #main_header4 a:visited { background-position: -521px 0px; }
		#main_header4 a:hover, #main_header4 a:active { background-position: -521px -30px; }
		#main_header_nb a:link, #main_header_nb a:visited { background-position: -421px 0px; }
		#main_header_nb a:hover, #main_header_nb a:active { background-position: -421px -30px; }
		
		#main_header1 a.active:link, #main_header1 a.active:visited, #main_header1 a.active:hover, #main_header1 a.active:active {  background-position: -130px -30px; }
		#main_header2 a.active:link, #main_header2 a.active:visited, #main_header2 a.active:hover, #main_header2 a.active:active {  background-position: -258px -30px; }
		#main_header3 a.active:link, #main_header3 a.active:visited, #main_header3 a.active:hover, #main_header3 a.active:active {  background-position: -337px -30px; }
		#main_header4 a.active:link, #main_header4 a.active:visited, #main_header4 a.active:hover, #main_header4 a.active:active {  background-position: -521px -30px; }
		#main_header_nb a.active:link, #main_header_nb a.active:visited, #main_header_nb a.active:hover, #main_header_nb a.active:active {  background-position: -421px -30px; }
		