@charset "utf-8";
/* CSS Document */
.header_menu {
 height:45px; float:left;
	}

.header_menu a{ 
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
	float:left;
	margin:0px 2px;
	padding-top:6px;
	padding-left:12px;
	padding-right:12px;
}
	
.header_menu a:hover{
	color:#000;
}

.header_menu_left_{
	width:3px; 
	float:left; 
	height:32px; 
}

.header_menu a.sel{ 
	display:block;
	font-size:14px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	float:left;
	margin:0px 2px;
	padding-left:12px;
	padding-right:12px;
}
	
.header_menu_left_sel{
	width:3px; 
	float:left; 
	height:32px; 
	background-image:url(/images/header_menu_left_bg_sel.png);
}

