/*                                                                          */

/* NOTICE:                                                                  */

/*    To support more than one-single FlexMenu server control per page      */

/*    the CSS files' name is used as a class and is prefixed to all of      */

/*    the selectors (without the path or extension).                        */

/*                                                                          */

/*    The server control will automatically wrap the entire FlexMenu        */

/*    within a div-tag, whose class-name will be derived from the filename. */

/*                                                                          */

/*    *** THESE MUST BE ENTIRELY IN LOWER CASE! ***                         */

/*    The server control will cast these filenames to lower before use!     */

/*                                                                          */

/*    Only the base ASCII character set is supported.                       */

/*                                                                          */

/*    Also, spaces and periods before the extension will be converted       */

/*    into underscores, as these are not permitted within the selector.     */

/*                                                                          */



.topmenu .ekflexmenu {

  

}



.topmenu .ekflexmenu_accessible_menu_start,

.topmenu .ekflexmenu_accessible_menu_startheading,

.topmenu .ekflexmenu_accessible_menu_startlink,

.topmenu .ekflexmenu_accessible_submenu_selected_message,

.topmenu .ekflexmenu_accessible_menuitem_selected_message,

.topmenu .ekflexmenu_accessible_menu_end,

.topmenu .ekflexmenu_accessible_menu_endlink {

	/* These items support 508-Compliance, and are normally hidden, but */

	/* are visible to page readers and text-browsers for accessibility). */

	position: absolute;

	overflow: hidden;

	top: -10000px;

	left: -10000px;

	height: 1px;

	width: 1px;

}



.topmenu .ekflexmenu_submenu,

.topmenu .ekflexmenu_submenu_hover,

.topmenu .ekflexmenu_submenu_parent,

.topmenu .ekflexmenu_submenu_parent_hover {

	/* DIV; holds submenu items, such as a submenu title and links. */

	position: relative;

	top: 0px;

	left: 0px;

}




