/*                                                                          */
/*/*                                                                          */
/* 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.     */
/*                                                                          */

.slaveflyout .ekflexmenu
{
    /* DIV; wraps the entire menu */ /* (the outer-most non-user container element) */
    color: #fff;
    width: 134px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 11px;
    font-family: arial;
    font-weight: 300;
    padding-left: 0px;
      
    min-height: 200px;
    margin: 0px auto;
    cursor: pointer;
}

.slaveflyout .ekflexmenu_submenu, .slaveflyout .ekflexmenu_submenu_hover, .slaveflyout .ekflexmenu_submenu_parent, .slaveflyout .ekflexmenu_submenu_parent_hover
{
    /* DIV; holds submenu items, such as a submenu title and links. */
    top: 3px;
    left: 0px;
    cursor: pointer;
}

.slaveflyout UL
{
    /* UL; a container for menu list items (useful for non-graphical browsers). */
    margin: 0px;
    padding: 0px;
}

.slaveflyout LI
{
    /* LI; container for menu items (typically either links or sub-menus). */
    display: inline;
    margin-top: 3px;
    padding: 0px;
    vertical-align: middle;
}


.slaveflyout .ekflexmenu_submenu_items
{
    /* DIV; container for menu lists. */ /*border-bottom: solid 2px rgb(71, 71, 71);*/
    top: 0px;
    left: 0px;
   
}

/*.slaveflyout .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items*/
.slaveflyout LI.ekflexmenu_startlevel
{
    /*display: block;*/
    float: left;
    top: 0;
    left: 0px;
    width: 97%;
    border-top: dotted 2px #D39F9E;
    clear: left;
}

.slaveflyout .ekflexmenu_startlevel UL
{
    top: 0px;
    left: 0%;
    width: 98%;
}

/* Button menu items, controls visibility of associated sub-menus */
.slaveflyout .ekflexmenu_button, .slaveflyout .ekflexmenu_button_hover, .slaveflyout .ekflexmenu_button_selected, .slaveflyout .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;
    font-weight: bold;
    color: #fff; /* background-color: #c8857d;  url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x; color specified in case image unavailable */
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    clear: both;
}

.slaveflyout .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;
}

.slaveflyout .ekflexmenu_button
{
    margin-top: 2px; /*background: #861010;   url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x;color specified in case image unavailable */
clear: both;
}

.slaveflyout .ekflexmenu_button:focus, .slaveflyout .ekflexmenu_button:hover, .slaveflyout .ekflexmenu_button_hover
{
    background: url(/images/midSubNav_BG.jpg);
    color: #FFCC99;
    margin-top: 2px; /*url(ek_menu_ex__btnWorkareaOrangeVista.jpg) repeat-x; color specified in case image unavailable */
    cursor: pointer;
}
.slaveflyout .ekflexmenu_button_selected
{
    background: #861010;
    margin-top:2px;
     filter: progid: DXImageTransform.Microsoft.BasicImage(opacity=0.90);
    -moz-opacity: 0.9;
    border-top: solid 1px #B71616; 
    border-right: solid 1px #B71616; 
 /*-moz-box-shadow: inset 3px 5px 8px #B71616;
 -webkit-box-shadow: inset 3px 5px 8px #B71616;*/
    color: #FFE79F; /* bordertop-left: solid 2px #C7791E;     border-right: solid 2px #C7791E;    -moz-border-radius-topright:5%;*/ /* url(ek_menu_ex__btnWorkareaOrangeVistaSelected.jpg) repeat-x;color specified in case image unavailable */
    clear:left;
}
.slaveflyout .ekflexmenu_button_selected_hover
{
    background: #932D20;
    margin-top: 2px;
    border-top: solid 1px #861010; 
    border-right: solid 1px #861010; 
      -moz-box-shadow: inset 3px 5px 8px #861010;
 -webkit-box-shadow: inset 3px 5px 8px #B71616;
    /*border-left: solid 2px #C7791E;     border-right: solid 2px #C7791E;     -moz-border-radius-topright:5%;*/ /*url(ek_menu_ex__btnWorkareaOrangeVistaSelectedHover.jpg) repeat-x; color specified in case image unavailable */

}

.slaveflyout img
{
    border-width: 0px; /* make all images borderless */
    display: none;
}



/* Link menu items */
.slaveflyout .ekflexmenu_link
{
    display: block;
}


.slaveflyout a.ekflexmenu_link, .slaveflyout a.ekflexmenu_link_selected
{
    padding: 3px 3px 0px 0px;
    text-indent: 0px;
    display: block; /* force one link per row */
    width: 98%; /* fill entire row with link */
    border-top: 2px dotted #F3E0E0;
    clear: both;
}
.slaveflyout a.ekflexmenu_link, .slaveflyout a.ekflexmenu_link:link, .slaveflyout a.ekflexmenu_link:visited
{
    /* A; link for individual menu items (CMS quicklink, external link, etc.). */
    color: #666666;
    background: #ffffff;
    text-decoration: none;
}
/*.ekflexmenu_submenu_items a:hover */
.slaveflyout a.ekflexmenu_link:hover, .slaveflyout a.ekflexmenu_link:active, .slaveflyout a.ekflexmenu_link:focus
{
    /* A; hovered version of ekflexmenu_link, see above... */
    color: #000000;
    background: #c7c6c6;
    text-decoration: none;
}



.slaveflyout a.ekflexmenu_link_selected
{
    /* A; selected version of ekflexmenu_link, see above... */
    color: #ffffff;
    background: #de3541;
}
.slaveflyout a.ekflexmenu_link_selected:hover
{
    /* A; selected and hovered version of ekflexmenu_link, see above... */
    color: #000000;
    background: url(../images/left_menu.jpg)repeat-y;
}



.ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link
{
    background-color: #fafafa;
    background: url(../images/left_menu.jpg)repeat-y;
    color: #000000;
}
.slaveflyout LI.ekflexmenu_menu_level_3
{
    display: block !important;
   display: inline;
    padding-bottom: 5px;
    width: 98%;
    font-size: smaller;
    font-weight: 700;
    padding-left: 6px;
    z-index: 99;
    height: 20px;
}
.slaveflyout LI.ekflexmenu_menu_level_3 .ekflexmenu_button_selected
{
    background: none;
    border: none;
}
.slaveflyout LI.ekflexmenu_menu_level_3 .ekflexmenu_button_selected_hover
{
    background: none;
    border: none;
}

