#menu_box {
	position: absolute;
	top: 26px;
	left: 26px;
	float: left;
}

#menu_box ul {
	background:#FBFBFB none repeat scroll 0 0;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 20px 18px;
	text-align: left;
	width: 182px;
}

#menu_box li {
	display: block;
	background: url(../gfx/layout/mn_bottom.gif) repeat-x scroll left bottom;
	/*width:182px;*/
    -moz-box-sizing: border-box;
}

#menu_box li a {
	background: url(../gfx/layout/mn_bull.gif) no-repeat scroll left top;
	display: block;
	padding:7px 0 8px 18px;
	-moz-box-sizing: border-box;
	color: #6e7274;
}

#menu_box a:hover /*, .main_menu .active*/ {
	text-decoration: underline;
	color: #2076cf;
}


#menu_box li._active {
	background: #eee;
}

#menu_box li._active  a {
	color: #2076cf;
}