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

/* header style */
h1 {margin-bottom:20px; float:left;}
h1 a {display:block; background:url(../images/logo.png) 0 0 no-repeat; width:190px; height:26px; overflow:hidden;  text-indent:-999px;}

.language { float:right; margin-top:3px;}
.language ul { list-style:none;}
.language li { display:inline;}
.language li a { display:block; float:left;}



.nav { clear:both; height:40px;}
.nav li {display:inline;}
.nav a {display:block; float:left; width:150px; height:40px; overflow:hidden; text-indent:-999px;}
	.nav_home a {background:url(../images/nav_home.gif);}
	.nav_company a {background:url(../images/nav_company.gif);}
	.nav_staff a {background:url(../images/nav_staff.gif);}
	.nav_service a {background:url(../images/nav_service.gif);}
	.nav_uslstory a {background:url(../images/nav_uslstory.gif);}
	.nav_contact a {background:url(../images/nav_contactus.gif);}
	
.nav a:hover,
#company .nav_company a,
#staff .nav_staff a,
#service .nav_service a,
#uslstory .nav_uslstory a ,
#contact .nav_contact a {background-position:0 -40px;}