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

#div_menu {
	height: 50px;
}

.tab01, .tab02, .tab03, .tab04, .tab05 {
	display:block;
	width:180px;
	height:50px;
	text-decoration:none;
	margin: 0px;
	float: left;
}

.tab01 {background:url(../img/menu_en.gif) no-repeat 0 0; overflow: hidden;}
.tab01:hover, .tab01.active {background:url(../img/menu_en.gif) no-repeat 0 -50px; overflow: hidden;}
.tab02 {background:url(../img/menu_en.gif) no-repeat -180px 0; overflow: hidden;}
.tab02:hover, .tab02.active {background:url(../img/menu_en.gif) no-repeat -180px -50px; overflow: hidden;}
.tab03 {background:url(../img/menu_en.gif) no-repeat -360px 0; overflow: hidden;}
.tab03:hover, .tab03.active {background:url(../img/menu_en.gif) no-repeat -360px -50px; overflow: hidden;}
.tab04 {background:url(../img/menu_en.gif) no-repeat -540px 0; overflow: hidden;}
.tab04:hover, .tab04.active {background:url(../img/menu_en.gif) no-repeat -540px -50px; overflow: hidden;}
.tab05 {background:url(../img/menu_en.gif) no-repeat -720px 0; overflow: hidden;}
.tab05:hover, .tab05.active {background:url(../img/menu_en.gif) no-repeat -720px -50px; overflow: hidden;}

#dr_esp { 
	display:none; 	
}

#dr_ing { 
	text-align: center;
	width: 100%;
}
