div#menu {
	width: 169px;
	margin: 1px 0 5px 17px;
	}

div.box_menu_top { display: none; }

div#menu div.menu_title_main {
	margin-bottom: 4px;
	width: 159px;
	height: 15px;
	padding: 3px 0 0 10px;
	font-weight: bold;
	color: white;
	background: url(../images/bg_header_menu.jpg) no-repeat;
	}
	
div#menu ul li.menu_item_depth_0 { float: left; width: 100%; margin: 0 0 3px 0;   }
div#menu ul li.menu_item_depth_1 { float: left; width: 100%; margin: 0 0 2px 0;  }

div#menu ul { list-style: none; margin: 0; padding: 0; }
div#menu ul li a {
	display: block;
	padding: 3px 0 3px 20px;
	color: #0568a7;
	font-weight: bold;
	background: url(../images/bg_menu.gif) 0 1px no-repeat #e8f4fb;
	}
	
div#menu ul li ul li a {
	padding: 5px 0 5px 30px;
	color: #3b9f2b;
	background: url(../images/bullet_submenu.gif) 21px 9px no-repeat #e7f4e3;
	}
	
	
div#menu ul li a.selected { margin-bottom: 3px; color: white; background: url(../images/bg_menu_selected.gif) 0 1px no-repeat #0e5990; }
div#menu ul li ul li a.selected {
	padding: 5px 0 5px 30px;
	color: white;
	background: url(../images/bullet_submenu_selected.gif) 21px 10px no-repeat #83b57a;
	margin: 0;
	}
	
	
div#menu ul li a:hover { background: url(../images/bg_menu_hover.gif) 0 1px no-repeat #badaec; }
div#menu ul li ul li a:hover {
	padding: 5px 0 5px 30px;
	color: #3b9f2b;
	background: url(../images/bullet_submenu.gif) 21px 9px no-repeat #d9ecd3;
	}


div#menu ul li a.inroute { margin-bottom: 3px; color: white; background: url(../images/bg_menu_inroute.gif) 0 1px no-repeat #157dc5; }

div#menu ul li a.selected:hover { color: white; background: url(../images/bg_menu_selected.gif) 0 1px no-repeat #0e5990; }
div#menu ul li ul li a.selected:hover {
	padding: 5px 0 5px 30px;
	color: white;
	background: url(../images/bullet_submenu_selected.gif) 21px 10px no-repeat #83b57a;
	}
