/* CSS Document */



#headerbg {
	width: 100%;
	height: 53px;
	background-image: url(/hum/header_img/header_bg.gif);
	background-repeat: repeat-x;
	text-align: center;
}

/* header */
#headmain {
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	padding: 0px;
}

/* head logo */
#headlogo {
	float: left;
	text-align: left;
	width: 220px;
}
/* head user */
#headuser {
	float: right;
	text-align: left;
	width: 220px;
	margin: 25px 25px 0px auto;
	
}


/* head menu */
#headmenu {
	float: left;
	width: 580px;
	height: 44px;
}
#headmenu UL {
	padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none;
}
#headmenu LI {
	padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none;
}
#headmenu A {
	float: left;
	background-image: none;
	border: 0;
	padding: 25px 8px 6px 8px;
	font-size: 10px;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
	/*text-transform: uppercase;*/
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
}
#headmenu A:hover {
	color: #fff;
	background-color: #000;
}
#headmenu A.active {
	background-color: #000;
}













