/* CSS Document */

#top_menu_box {
	width: 475px;
	height: 68px;
}

#top_menu_box ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
}

#top_menu_box li {
	display: block;
	list-style: none;
	padding: 0px;
	float: left;
}

#top_menu_box a {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	height: 68px;
	color: #FFFFFF;
	background: url(../menu/top_menu_bg.gif) no-repeat;
	background-position: right bottom;
	padding-top: 50px;
	text-align: center;
	-moz-box-sizing: border-box;
}

#top_menu_box a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: url(../menu/top_menu_bg_on.gif) no-repeat;
	background-position: right bottom;
}

#top_menu_box .active a {
	text-decoration: none;
	color: #FFFFFF;
	background: url(../menu/top_menu_bg_active.gif) no-repeat;
	background-position: right bottom;
}