@charset "UTF-8";
/* CSS Document */

#header .navi{
	text-align:right;
	height:80px;
}


#header .navi ul{
	width:524px;
	height:44px;
	position:absolute;
	bottom:10px;
	text-indent:-9999px;
	text-align:left;
	right:0px;

}

#header .navi ul li{
	float:left;
}

#header .navi ul li a{
text-indent:-9999px;
	width:131px;
	height:44px;
	margin:0px;
	padding:0px;
	display:block;
}

/* home
---------------------------------------------------------*/

li.home a{

	background:url(../img/menuhome1.jpg) no-repeat;
}

li.home a:hover{

	background:url(../img/menuhome2.jpg) no-repeat;
}

li.homeSelect a{

	background:url(../img/menuhome2.jpg) no-repeat!important;
}

/* Business
---------------------------------------------------------*/

li.business a{

	background:url(../img/menubusinese1.jpg) no-repeat;
}

li.business a:hover{

	background:url(../img/menubusinese2.jpg) no-repeat;
}

li.businessSelect a{

	background:url(../img/menubusinese2.jpg) no-repeat!important;;
}

/* corporation
---------------------------------------------------------*/

li.corporation a{

	background:url(../img/menumanage1.jpg) no-repeat;
}

li.corporation a:hover{

	background:url(../img/menumanage2.jpg) no-repeat;
}

li.corporationSelect a{

	background:url(../img/menumanage2.jpg) no-repeat!important;;
}


/* contact
---------------------------------------------------------*/

li.contact a{

	background:url(../img/menucontact1.jpg) no-repeat;
}

li.contact a:hover{

	background:url(../img/menucontact2.jpg) no-repeat;
}

li.contactSelect a{

	background:url(../img/menucontact2.jpg) no-repeat!important;;
}

