/*                                                                          */
/* 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: #CCCDCF;
    width: 128px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 12px;
    font-family: Sans-Serif;
    background: #346OAD; /* shows up on left side, widens with nesting level */
  /*  border-right: solid 1px rgb(71, 71, 71);*/
   /* border-bottom: solid 1px rgb(71, 71, 71);*/
}

.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;
	color:#FFFFFF;
	font-weight:bold;
	/*background:#009DDC ;*/
	
}

.flyout UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
    display: block;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.flyout LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.flyout .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
    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;
}

.flyout .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
    display: block;
   /* background-color :Fuchsia;*/
}



.flyout .ekflexmenu LI
{
    display: block;
    _display:inline;
}

/* this is a firefox hack */
*:lang(en) .flyout .ekflexmenu LI
{
   display:block;
}

.flyout .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	top: 0px;
	left: 100%;
	width: 100%;
	height: 100%;
}

.flyout .ekflexmenu_button_color
{
	/*background-color :#009DDC ;*/
	 display: block;
    /*padding: 5px 0px;*/
 	padding: 3px 0px 2px 0px;
   /* font-weight: bold;*/
    color: #3460AB;
  
    text-indent: 10px;
    width: 128px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    letter-spacing:0px;

}
.flyout .ekflexmenu_button_color_hover
.flyout .ekflexmenu_button_color_selected
.flyout .ekflexmenu_button_color_selected_hover
{
	/*background-color:#009DDC ;*/
	 display: block;
    /*padding: 5px 0px;*/
 	padding: 3px 0px 2px 0px;
    font-weight: bold;
    /*color: #CCCDCF;*/
   color:#FFFFFF;
   font-weight:bold;
    text-indent: 10px;
    width: 128px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    letter-spacing:0px;
}
.flyout .ekflexmenu_button_color:link,
.flyout .ekflexmenu_button_color:visited
{
	color:#3460AD;
	/*background-color :#009DDC;*/
}


.flyout .ekflexmenu_button_color:active,
.flyout .ekflexmenu_button_color:focus,
.flyout .ekflexmenu_button_color:hover,
.flyout .ekflexmenu_button_color_hover
{
	color:#FFFFFF;
    /*background:#009DDC ;*/ /* color specified in case image unavailable */
}


 .ekflexmenu_menu_level_2 .ekflexmenu_submenu .ekflexmenu_button
{
	/*background:#009DDC ;*/ 
}


/* Button menu items, controls visibility of associated sub-menus */
.flyout .ekflexmenu_button
{
	 display: block;
    /*padding: 5px 0px;*/
 	padding: 3px 0px 2px 0px;
   /* font-weight: bold;*/
    color: #CCCDCF !important;
   
    background: #3460AD url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x; /* color specified in case image unavailable */
    text-indent: 10px;
    width: 128px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    letter-spacing:0px;
}
.flyout .ekflexmenu_button_hover,
.flyout .ekflexmenu_button_selected,
.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: 5px 0px;*/
 	padding: 3px 0px 2px 0px;
    font-weight: bold;
    /*color: #CCCDCF;*/
   color:#FFFFFF !important;
   font-weight:bold;
    background: #3460AD url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x; /* color specified in case image unavailable */
    text-indent: 10px;
    width: 128px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    letter-spacing:0px;
}

.flyout .ekflexmenu_button
{
	
    background: #3460AD url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x; /* color specified in case image unavailable */
}
.flyout .ekflexmenu_button:active,
.flyout .ekflexmenu_button:focus,
.flyout .ekflexmenu_button:hover,
.flyout .ekflexmenu_button_hover
{
   display: block;
    /*padding: 5px 0px;*/
 	padding: 3px 0px 2px 0px;
    font-weight: bold;
    /*color: #CCCDCF;*/
   color:#FFFFFF !important;
   font-weight:bold;
    text-indent: 10px;
    width: 128px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    letter-spacing:0px;
    /*background:#009DDC url(ek_menu_ex__btnWorkareaOrangeVista.jpg) repeat-x;*/ /* color specified in case image unavailable */
}
.flyout .ekflexmenu_button_selected
{
    /*background: #009DDC url(ek_menu_ex__btnWorkareaOrangeVistaSelected.jpg) repeat-x; *//* color specified in case image unavailable */
}
.flyout .ekflexmenu_button_selected_hover
{
    /*background: #009DDC url(ek_menu_ex__btnWorkareaOrangeVistaSelectedHover.jpg) repeat-x;*/ /* color specified in case image unavailable */
}

.flyout img 
{
	border-width: 0px; /* make all images borderless */
}

/* Link menu items */
.flyout a.ekflexmenu_link,
.flyout a.ekflexmenu_link_selected 
{
    padding: 0px 0px 0px 0px;
    text-indent: 10px;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220);
}
.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: rgb(0, 0, 160);
    background: #3460AD;
    text-decoration: none;
}
/*.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: #CCCDCF;
    background : #3460AD;
    text-decoration: none;
    border-color: rgb(181, 166, 132);
}

.flyout a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	/*color: rgb(0, 89, 231);*/
    background: #3460AD;
    border-color : rgb(206, 190, 140);
}
.flyout a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	color: rgb(198, 211, 255);
    background: #3460AD;
    border-color : rgb(161, 141, 112);
}

