@font-face { font-family: LeagueGothic; src: url('../font/League_Gothic-webfont.eot'); }
@font-face { font-family: LeagueGothic; src: url('../font/League_Gothic-webfont.ttf') format('truetype');}



table.menu1 {
	font-family: LeagueGothic;
	color: #ffffff;
	font-size: 28px;
	padding: 0px;
	border-collapse: collapse;
	background-color: #dfdfdf;
	height: 42px;
}

td.menu1item1 {
	text-align: center;
	width: 120px;
}

td.menu1item1current {
	text-align: center;
	width: 120px;
	background: url('../image/menu_arrow.png');
	background-repeat: no-repeat;
	background-position: bottom;
}

td.menu1item2 {
	font-family: LeagueGothic;
	font-weight: normal;
	font-size: 21px;
	color: #b2b3b6;
}

a.menu1 {
	outline: none;
	text-decoration: none;
	color: #797d7f;
}

a.menu1:hover {
	color: #5e5f63;
	text-decoration: none;

}

a.menu1current {
	outline: none;
	text-decoration: none;
	color: #5e5f63;
}

a.menu1current:hover {
}

