/*  Content formating  */

.menu { 
	margin: 0 4px 0.6em 0;
 }
.menu_cell {  }
.menu_line { display:none; }
.menu_line_selected { display:none; }

body #sidebar a.menu_link_depth_1_selected {
	display: block;
	color: #fff;	
	font-size: 105%;
	padding: 0;
	margin: 5px 4px 0.25em 10px;
	text-decoration: none;
	font-weight: bold;
	}

body #sidebar a.menu_link,
body #sidebar a.menu_link_depth_2_selected,
body #sidebar a.menu_link_depth_3_selected,
body #sidebar a.menu_link_depth_4_selected {
	display: block;
	color: fff;
	padding: 0;
	font-size: 80%;
	margin: 0 0 0.6em 10px;	
	}
	
body #sidebar a.menu_link_depth_2_selected,
body #sidebar a.menu_link_depth_3_selected,
body #sidebar a.menu_link_depth_4_selected,
body #sidebar a.menu_link:hover,
body #sidebar a.menu_link_depth_2_selected:hover,
body #sidebar a.menu_link_depth_3_selected:hover,
body #sidebar a.menu_link_depth_4_selected:hover {
	color: #fff;
}



body #sidebar .menu_bullet_depth_1 {  }
body #sidebar .menu_bullet_depth_2 {  }
body #sidebar .menu_bullet_depth_3 { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}
body #sidebar .menu_bullet_depth_4 { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}
body #sidebar .menu_bullet_depth_5 { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}

body #sidebar .menu_bullet_depth_1_selected {  }
body #sidebar .menu_bullet_depth_2_selected {  }
body #sidebar .menu_bullet_depth_3_selected { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}
body #sidebar .menu_bullet_depth_4_selected { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}
body #sidebar .menu_bullet_depth_5_selected { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}

body #sidebar .menu_bullet_depth_1_selected_nochild {  }
body #sidebar .menu_bullet_depth_2_selected_nochild {  }
body #sidebar .menu_bullet_depth_3_selected_nochild { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}
body #sidebar .menu_bullet_depth_4_selected_nochild { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}
body #sidebar .menu_bullet_depth_5_selected_nochild { padding-left: 20px; background: url(../v2/images/UI/icon_arrow-right.gif) no-repeat scroll 16px 3px;}

body #sidebar .menu_item_depth_1 {  }
body #sidebar .menu_item_depth_2 {  }
body #sidebar .menu_item_depth_3 {  }
body #sidebar .menu_item_depth_4 {  }
body #sidebar .menu_item_depth_5 {  }

body #sidebar .menu_item_depth_1_selected {  }
body #sidebar .menu_item_depth_2_selected {  }
body #sidebar .menu_item_depth_3_selected {  }
body #sidebar .menu_item_depth_4_selected {  }
body #sidebar .menu_item_depth_5_selected {  }

body #sidebar .menu_item_depth_1_selected_nochild {  }
body #sidebar .menu_item_depth_2_selected_nochild {  }
body #sidebar .menu_item_depth_3_selected_nochild {  }
body #sidebar .menu_item_depth_4_selected_nochild {  }
body #sidebar .menu_item_depth_5_selected_nochild {  }

