.menu ul, .menu li { margin: 0; padding: 0; }
.menu { z-index: 1000; }
.menu .menu_list_index_0_menu_group_wrapper { z-index: 1001; }
.menu .menu_list_index_1_menu_group_wrapper { z-index: 1002; }
.menu .menu_list_index_2_menu_group_wrapper { z-index: 1003; }
.menu .menu_list_index_3_menu_group_wrapper { z-index: 1004; }
.menu .menu_list_index_4_menu_group_wrapper { z-index: 1005; }
.menu .menu_list_index_5_menu_group_wrapper { z-index: 1006; }
.menu .menu_list_index_6_menu_group_wrapper { z-index: 1007; }
.menu .menu_list_index_6_menu_group_wrapper { z-index: 1008; }
.menu .menu_list_index_6_menu_group_wrapper { z-index: 1009; }
.menu a { text-decoration: none; }
.menu .menu_list { list-style: none; list-style-type: none; }
.menu .child_item { position: relative; }
.menu .menu_list_index_0_child_item { display: inline-block; *display:inline; zoom:1; }
.menu.menu_type_hover .child_item { position: relative; }

.menu .no_link{cursor: default}

/* Submenus */
/*.menu.menu_type_hover .child_item:hover > .menu_group_wrapper			{ display: block; }*/
.menu.menu_type_hover .menu_list_index_1_menu_group_wrapper				{ position: absolute; bottom: 0; left: 0; display: none; }
.menu.menu_type_hover .menu_list_index_1_menu_group_wrapper .menu_group	{ position: absolute; top: 0; left: 0; }

/* Sub-submenus */
.menu.menu_type_hover .menu_list_index_1_child_item .menu_group_wrapper	{ position: absolute; top: 0; right: 0; display: none; }

/* Expander Menu */
.menu.menu_type_expander .child_item > .menu_group_wrapper{
	display: none;
}
