/*                                                                          */
/* 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.     */
/*                                                                          */

.flyout .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: black;
    width: 95%; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 12px;
    font-family: Sans-Serif;
    padding-left: 5px;
    /* text-indent: 10px; /*
    /*border-right: solid 1px rgb(71, 71, 71);
    border-bottom: solid 1px rgb(71, 71, 71); */
	z-index: 1;
}

.flyout .ekflexmenu_submenu, .flyout .ekflexmenu_submenu_hover, .flyout .ekflexmenu_submenu_parent, .flyout .ekflexmenu_submenu_parent_hover
{
    /* DIV; holds submenu items, such as a submenu title and links. */
    display: block;
    top: 0px;
    left: 0px;
    position: relative;
    z-index: 1;
    border: solid 1px white;
}

.flyout UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
    display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

.flyout LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}

.flyout .ekflexmenu_submenu_items
{
    /* DIV; container for menu lists. */ 
    display: block;
    position: relative;
    top: 0px;
    left: 0px;
    

}

.flyout .ekflexmenu_submenu_items_hidden 
{
	/* DIV; normally hidden container for menu lists (becomes visible if */
	/* user clicks on related submenu button, or if Javascript/CSS not supported). */
	display: none;
	z-index: 1;
}

.flyout .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
    /* primary menu items */
    display: block;
	z-index: 1;
}

.flyout .ekflexmenu LI
{
    display: block;
	z-index: 1;
}

.flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    /* flyout menu items */
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
	width: 250px;
	z-index: 1;
    border: solid 1px gray;
	

}

/* Button menu items, controls visibility of associated sub-menus */
.flyout .ekflexmenu_button_selected,
.flyout .ekflexmenu_button_hover,
.flyout .ekflexmenu_button_selected_hover
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 4px 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    /*border-bottom: 1px dashed rgb(200,200,200);*/
    background-image: url(Images/menu_right2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: Black;
	z-index: 1;
}

.flyout .ekflexmenu_button
{
    /* A; holds the title of the associated submenu, and typically acts as a */ /* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 4px 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    /*border-bottom: 1px dashed rgb(200,200,200);*/
    background-image: url(Images/menu_right2.gif);
    background-position: right center;
    background-repeat: no-repeat;
    color: Black;
	z-index: 1;
}


.flyout .ekflexmenu_button:focus,
.flyout .ekflexmenu_button:hover,
.flyout .ekflexmenu_button_hover
{
    color: white;
    background: steelblue;
	z-index: 1;
}

.flyoutx .ekflexmenu_button_selected
{
    /* A; holds the title of the associated submenu, and typically acts as a */ /* button (or folder) for the submenu. Can also hold images (background, etc). */
    display: block;
    padding: 4px 0px;
    color: white;
    background: steelblue;
    width: 100%;
    background-image: url(Images/menu_right2.gif);
    background-position: right center;
    background-repeat: no-repeat;
	z-index: 1;
}

.flyout .ekflexmenu_button_selected_hover
{
    color: white;
    background: steelblue;
    background-image: url(Images/menu_right2.gif);
    background-position: right center;
    background-repeat: no-repeat;
	z-index: 1;
}

.flyout img 
{
	border-width: 0px; /* make all images borderless */
	z-index: 1;
}

/* Link menu items */
.flyout a.ekflexmenu_link,
.flyout a.ekflexmenu_link_selected 
{
    padding: 4px 0px;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    /*border-bottom: 1px dashed rgb(200,200,200);*/
    color: Black;
	z-index: 1;
	
}

.flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_link, .flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_link_selected
{
    /*border-right: 1px solid rgb(200,200,200);
    border-left: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);*/
    background: gainsboro;
    	text-indent: 10px;
	z-index: 1;

}

.flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link:hover,
.flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_link_selected_hover
{
    /*border-right: 1px solid rgb(200,200,200);
    border-left: 1px solid rgb(200,200,200);
    border-bottom: 1px solid rgb(200,200,200);*/
    background: steelblue;
	z-index: 1;
}

.flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    /*border-top: 1px solid rgb(200,200,200);*/
	z-index: 1;
}

.flyout a.ekflexmenu_link, 
.flyout a.ekflexmenu_link:link, 
.flyout a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    color: black;
    text-decoration: none;
	z-index: 1;
}
/*.ekflexmenu_submenu_items a:hover */
.flyout a.ekflexmenu_link:hover, 
.flyout a.ekflexmenu_link:active, 
.flyout a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    color: white;
    background: steelblue;
    text-decoration: none;
	z-index: 1;
}

.flyout a.ekflexmenu_link_selected 
{
    text-decoration: none;
    color: black;
    background: white;
	z-index: 1;
}

.flyoutx a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    
    color: black;
    background: gainsboro;
    border-color : rgb(206, 190, 140);
	z-index: 1;
   
}
.flyout a.ekflexmenu_link_selected:hover
{
    /* A; selected and hovered version of ekflexmenu_link, see above... */
    color: white;
    background: steelblue;
    border-color: rgb(161, 141, 112);
	z-index: 1;
}