/*                                                                          */
/* 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.     */
/*                                                                          */

.horizontal_508 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    white-space: nowrap;
}

.horizontal_508 .ekflexmenu_accessible_menu_start,
.horizontal_508 .ekflexmenu_accessible_menu_startheading,
.horizontal_508 .ekflexmenu_accessible_menu_startlink,
.horizontal_508 .ekflexmenu_accessible_submenu_selected_message,
.horizontal_508 .ekflexmenu_accessible_menuitem_selected_message,
.horizontal_508 .ekflexmenu_accessible_menu_end,
.horizontal_508 .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;
}

.horizontal_508 A
{
    display: block;
    padding: 14px 23px 14px 12px;
	text-decoration: none;
}

.horizontal_508 .ekflexmenu_submenu,
.horizontal_508 .ekflexmenu_submenu_hover,
.horizontal_508 .ekflexmenu_submenu_parent,
.horizontal_508 .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal_508 UL
{
	margin-left: 0px
}

.horizontal_508 LI
{
	float: left;
	list-style-type: none;
	position: relative;
}

.horizontal_508 .ekflexmenu_submenu_items 
{
	height: auto;
}

.horizontal_508 .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
}

.horizontal_508 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	background: #77ad1c;
	padding-bottom: 4px;
	padding-top: 7px;
	position: absolute;
	top: 100%;
	width: 100% /* fix this */
}

.horizontal_508 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items LI
{
	float: none;
	margin-left: 11px;
	margin-right: 18px;
}

.horizontal_508 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items LI.divided
{
	border-top: 1px solid #a0c661;
}

.horizontal_508 .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.horizontal_508 .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal_508 a.ekflexmenu_button,
.horizontal_508 a.ekflexmenu_button:link,
.horizontal_508 a.ekflexmenu_button:visited
{
    color: #8d8682;
}

.horizontal_508 a.ekflexmenu_button:hover,
.horizontal_508 a.ekflexmenu_button:active,
.horizontal_508 a.ekflexmenu_button:focus,
.horizontal_508 a.ekflexmenu_button_hover,
.horizontal_508 a.ekflexmenu_button_hover:hover,
.horizontal_508 a.ekflexmenu_button_hover:active,
.horizontal_508 a.ekflexmenu_button_hover:focus
{
    background: transparent;
    color: #77ad1c;
}

.horizontal_508 a.ekflexmenu_button_selected,
.horizontal_508 a.ekflexmenu_button_selected:link,
.horizontal_508 a.ekflexmenu_button_selected:visited
{
    color: #77ad1c;
}

.horizontal_508 a.ekflexmenu_button_selected:hover,
.horizontal_508 a.ekflexmenu_button_selected:active,
.horizontal_508 a.ekflexmenu_button_selected:focus,
.horizontal_508 a.ekflexmenu_button_selected_hover,
.horizontal_508 a.ekflexmenu_button_selected_hover:hover,
.horizontal_508 a.ekflexmenu_button_selected_hover:active,
.horizontal_508 a.ekflexmenu_button_selected_hover:focus
{
    background: transparent;
    color: #77ad1c;
}

.horizontal_508 a.ekflexmenu_link, 
.horizontal_508 a.ekflexmenu_link:link, 
.horizontal_508 a.ekflexmenu_link:visited
{
    background: transparent;
    padding: 4px 0px 7px;
    text-indent: 7px;
    color: #fff;
    white-space: normal;
}

.horizontal_508 a.ekflexmenu_link:hover, 
.horizontal_508 a.ekflexmenu_link:active, 
.horizontal_508 a.ekflexmenu_link:focus
{
    color: #000;
}

.horizontal_508 a.ekflexmenu_link_selected,
.horizontal_508 a.ekflexmenu_link_selected:link,
.horizontal_508 a.ekflexmenu_link_selected:visited
{
    background: transparent;
    padding: 4px 0px 7px;
    text-indent: 7px;
	color: #000;
    white-space: normal;
}