@charset "utf-8";
/* CSS Document */

#header_menu ul {
	list-style-type: none;
	margin-top:0px;	
	/*margin-left:-40px;
	#margin-left:0px;*/
	
}
.menu_L1 {
	float:left;
	width:107px;
	margin-right:2px;
	position:relative;
}
.menu_L2_ul {
	position:absolute;
	top:37px;	
	left:0px;	
}

.menu_L2 {
	position:relative;
	margin-left:-40px;
}
.menu_L2 a{
	display:block;
	color:#323433;
	font-size:12px;
	min-width:93px;
	height:18px;
	padding:3px 7px 0 7px;
	background-image:url(../images/bg_header_menu_off.png);
	background-repeat:repeat-x;
	white-space: nowrap;	
}
.menu_L2 a:hover{
	color:#FFFFFF;
	background-image:url(../images/bg_header_menu_on.png);
	background-repeat:repeat-x;
}
