div#menu { float: left; width: 192px; background: url(../images/menu_fnd.png);}
div.box_menu_top { float: left; width: 100%; height: 38px; background-image:url(../images/menu_top.png); }
div.box_menu_bottom { float: left; width: 100%; height: 25px; background-image:url(../images/menu_bottom.png); }

div#menu div.menu_title_main {
	height: 11px;
	margin: 0 0 5px 12px;
	padding: 3px 0 4px 4px;
	color: #7e5842;
	display:none;
}

div#menu ul li a.menu_item_depth_0 { width: 100%; margin: 0;  }
div#menu ul li a.menu_item_depth_1 { width: 100%; }
div#menu ul li a.menu_item_depth_2 { width: 100%; margin: 0; }
div#menu ul li a.menu_item_depth_3 { }
div#menu ul li a.menu_item_depth_4 { }

div#menu ul { list-style: none; margin: 0px; padding: 0px; text-align: center; font-weight: bold; }
div#menu ul li { width: 100%; }

div#menu ul li a {
	padding: 9px 0 10px 0;
	background: url(../images/line.png) bottom no-repeat;
	letter-spacing: 1px;
	display: block;
	color: #7e5842;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	}
div#menu ul li a:hover { color: #7e5842; background: url(../images/bg_menu_hover.png) bottom no-repeat; }
div#menu ul li a.selected, div#menu ul li a.selected:hover { font-size: 12px; color: #7e5842; background: url(../images/bg_menu_hover.png) bottom no-repeat; }

div#menu ul li a.inroute { font-size: 12px; }
div#menu ul li a.inroute:hover { font-size: 12px; }

div#menu ul li ul { background: url(../images/line.png) bottom no-repeat; padding-bottom: 10px; }
div#menu ul li ul li a {
	padding: 3px 0 3px 0;
	color: #958176;
	font-size: 11px;
	font-weight: normal;
	background-image: none;
	text-transform: none;
	}
div#menu ul li ul li a:hover { background-image: none; text-decoration: underline; }
div#menu ul li ul li a.selected, div#menu ul li ul li a.selected:hover { text-decoration: underline; background-image: none; }

