/* CSS Document */

#top_menu_box {
	position: absolute;
	width: 166px;
	left: 7px; 
	top: 105px;
	_top: 107px;
}

#top_menu_box ul {
	display: block;
	width: 166px;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

#top_menu_box li {
	display: block;
	margin: 0px;
	padding: 0px;
	height: 31px;
	_height: 29px;
}

#top_menu_box a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 30px;
	_line-height: 29px;
	text-align: center;
	text-decoration: none;
	-moz-box-sizing: border-box;
	background: url(../title/mn_bg.gif) no-repeat bottom center;	
	color: #984204;
}

#top_menu_box a:hover /*, .main_menu .active*/ {
	text-decoration: none;
	background: url(../title/mn_on_bg.gif) no-repeat bottom center;	
	color: #333333;
}

#top_menu_box .last {
	background: none;
	margin-right: 0;
}

