.chamber_horiz_dropdown_right_workarea_vista .ekmenu_unorderedlist
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */ 
	/* Typical parent element: div.ekmenu_submenu_items */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.chamber_horiz_dropdown_right_workarea_vista .ekmenu_unorderedlist_item
{
	/* LI; container for menu items (typically either links or sub-menus). */ 
	/* Typical parent element: ul.ekmenu_unorderedlist */
	display: inline;
	margin: 0px;
	padding: 0px;
}

.chamber_horiz_dropdown_right_workarea_vista .ekmenu_menu_level_0
{
	/* DIV; Behavior modifying container, sits between           */ 
	/* the LI elements and its' menu items (links or sub-menus). */ 
	/* Typical parent element: li.ekmenu_unorderedlist_item      */ 
	/*                                                           */ 
	/* NOTE: The appended number indicates the depth,            */ 
	/*   with zero being the topmost, and nested folders         */ 
	/*   incrementing as the menu-depth increases                */ 
	/*                                                           */ 
	/* Make top level menu buttons render horizontally:          */
	position: relative;
	display: inline;
}