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

