#header {
height:67px;
margin:auto;
margin-top:20px;
}
#header-top {
	background:url('images/head_01.gif') no-repeat;
	height:15px;
	width:800px;
	}
#header-bottom {
	background:url('images/head_03.gif') repeat-x;
	height:52px;
	width:773px;
	margin:auto;
	text-align:center;
	}
img.header_logo {
	float:left;
	border:0;
	margin-top:4px;
	}	
a.header_nav_button 
{	  
	float: left;
	position:relative;  
	top: 8px;		
	margin-right: 2px;
	cursor: pointer;
	/*z-index: 100;  */
	font-family: Arial;
	font-weight: bold;		
	letter-spacing: -1px;
	font-size: 15px;
	color: #fff;
	text-decoration:none;
	

}
a.header_nav_button:hover {background: transparent;}
a.header_nav_button span {position: relative;float: left;}
a.header_nav_button span.center_part span { padding-top: 16px;}

a.header_nav_button_selected {	top:4px;}
a.header_nav_button:hover span.center_part span { color:#FF8000;}

a.header_nav_button_selected span.center_part_selected span { padding-top: 21px;}
	
a.header_nav_button span.left_part {
	width:10px;
	height:44px;
	background:url('images/head_13.gif') no-repeat;
	}
a.header_nav_button:visited span.left_part {
	width:10px;
	height:44px;
	background:url('images/head_13.gif') no-repeat;
	}
a.header_nav_button:hover span.left_part {
	width:10px;
	height:44px;
	background:url('images/head_13.gif') no-repeat;
	}
	
a.header_nav_button span.right_part {
	width:11px;
	height:44px;
	background:url('images/head_17.gif') no-repeat;
	}
a.header_nav_button:visited span.right_part {
	width:11px;
	height:44px;
	background:url('images/head_17.gif') no-repeat;
	}
a.header_nav_button:hover span.right_part {  
  background-image: url('images/head_17.gif');

  height: 44px;
}

a.header_nav_button span.center_part {
	height:48px;
	background:url('images/head_15.gif') repeat-x;
	}

a.header_nav_button_selected {
	color: #FF8000;
	}

a.header_nav_button_selected span.right_part_selected {
  background-image: url('images/head_10.gif'); 
  width: 13px;
  height: 48px;
	}
a.header_nav_button_selected span.left_part_selected {
  background-image:url('images/head_06.gif'); 
  width: 13px;
  height: 48px;
	}
a.header_nav_button_selected span.center_part_selected {
	height:48px;
	background:url('images/head_08.gif') repeat-x;
	}
