﻿/*                                                                          */
/* 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: rgb(255, 255, 255); */
    color: #000000;
    /* width: 120px; */ /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    width: 160px; 
    /* font-size: 11px; */
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* background: rgb(100,100,150); */ /* shows up on left side, widens with nesting level */
    /* border: 1px solid #bebebe; */
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin: 0px;
}

html>body .slaveflyout .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /* color: rgb(255, 255, 255); */
    color: #000000;
    /* width: 120px; */ /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    width: 160px; 
    /* font-size: 11px; */
    font-size: 10px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    /* background: rgb(100,100,150); */ /* shows up on left side, widens with nesting level */
    /* border: 1px solid #bebebe; */
    padding: 0px;
    margin-top: 10px;
    margin-right: 10px;
    margin: 0px;
    border: 0px;
}

.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: 0px;
	left: 0px;
	
}

.slaveflyout UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
	
}

.slaveflyout LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
	
}

.slaveflyout .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
	
	top: 0px;
	left: 0px;
	clear: both;
	
}

/*.slaveflyout .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items*/
.slaveflyout LI.ekflexmenu_startlevel
{
	/*display: block;*/
	float: left;
	
	top: 0;
	left: 0px;
	width: 100%;
	
}

.slaveflyout .ekflexmenu_startlevel UL
{
	
	top: 0px;
	left: 0%;
	width: 100%;
	
}

/* 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;
    clear: left;
    
    
    /* padding: 5px 0px; */
    padding: 5px 0px 5px 18px;
    margin: 0px;
    font-weight: bold;
    color: #000000;
    /* background: #c6c6c5; */  /*url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x; color specified in case image unavailable */
    /* text-indent: 10px; */
    text-indent: 5px;    
    *text-indent: 10px;
    width: 160px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;  
  
}


html>body .slaveflyout .ekflexmenu_button,
html>body .slaveflyout .ekflexmenu_button_hover,
html>body .slaveflyout .ekflexmenu_button_selected,
html>body .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;
    clear: left;
    
    
    /* padding: 5px 0px; */
    padding: 5px 0px 5px 18px;
    margin: 0px;
    font-weight: bold;
    color: #000000;
    /* background: #c6c6c5; */  /*url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x; color specified in case image unavailable */
    /* text-indent: 10px; */
    text-indent: 5px;    
    *text-indent: 10px;
    width: 160px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;    
    border: 0px;

border: 0px solid blue;


}


/* Button menu items, controls visibility of associated sub-menus */
.slaveflyout .ekflexmenu_button img,
.slaveflyout .ekflexmenu_button_hover img,
.slaveflyout .ekflexmenu_button_selected img,
.slaveflyout .ekflexmenu_button_selected_hover img
{
    display: none;
}

.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
{
  /* padding-top: 5px; */
  /* background: #c6c6c5; */ /* url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x;color specified in case image unavailable */
  
  
}



.slaveflyout .ekflexmenu_button:focus,
.slaveflyout .ekflexmenu_button:hover,
.slaveflyout .ekflexmenu_button_hover
{
  /* background: #c6c6c5; */ /*url(ek_menu_ex__btnWorkareaOrangeVista.jpg) repeat-x; color specified in case image unavailable */
}


.slaveflyout .ekflexmenu_button_selected
{
  /* background: #c6c6c5; */ /* url(ek_menu_ex__btnWorkareaOrangeVistaSelected.jpg) repeat-x;color specified in case image unavailable */
  
  
}
.slaveflyout .ekflexmenu_button_selected_hover
{
    /* background: #c6c6c5; */ /*url(ek_menu_ex__btnWorkareaOrangeVistaSelectedHover.jpg) repeat-x; color specified in case image unavailable */
}

.slaveflyout img 
{
	border-width: 0px; /* make all images borderless */
}



/* Link menu items */
.slaveflyout .ekflexmenu_link,
.slaveflyout a.ekflexmenu_link_selected  
{
    display: block;
    clear: left;
    
    
}


.slaveflyout a.ekflexmenu_link,
.slaveflyout a.ekflexmenu_link_selected 
{
    /* padding: 5px 0px 3px 0px; */
    padding: 5px 0px 5px 18px;
    /* text-indent: 10px; */
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    /* border-bottom: 1px dotted #cccccc; */
    
    
}

.slaveflyout .ekflexmenu_button_selected,
.slaveflyout a.ekflexmenu_link_selected 
{
    /* The ON state for the nav */
    background-image:url('../../images/left_nav_arrow.gif');
    background-position:left; 
    background-repeat:no-repeat;
    
}

.slaveflyout a.ekflexmenu_link_selected 
{

/* Jan 25/11: Shifted title link to fix xls issue */
padding-left: 23px;
    
}

.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; */
    color: #000000;
    /* background: #ffffff; */
    text-decoration: none;

/* Jan 25/11: Shifted title link to fix xls issue */
padding-left: 23px;


}
/*.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: #c6c6c5; */
    text-decoration: none;
    
}



.slaveflyout a.ekflexmenu_link_selected 
{
	/* A; selected version of ekflexmenu_link, see above... */
	/*
	color: #ffffff;
    background: #de3541;
    */
    color: #000000;
    
}
.slaveflyout a.ekflexmenu_link_selected:hover 
{
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	color: #000000;
    /* background: #e7e7e7; */
   
}



.ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link
{
    /* background-color: #fafafa;  */
    color: #000000;
    font-weight: normal;
    text-indent: 10px;
    
}

.ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link_selected
{
    /* background-color: #fafafa;  */
    color: #000000;
    font-weight: normal;
    text-indent: 10px;
    background-image:url('../../images/li_disc.gif'); background-position:left; background-repeat:no-repeat;
}


