/*                                                                          */
/* 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);
    width: 200px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */    
    font-size: 12px;
    font-family: Sans-Serif;
   /* background: rgb(100,100,150); /* shows up on left side, widens with nesting level */ 

}

.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;
	width: 200px; 
	position: relative;
	
	/*background:#55b949;*/
}


.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);*/
	position: relative;
	top: 0px;
	left: 0px;
	/*background:#55b949;	*/
	/*clear: left;*/ /*Commented to stop the hover flickering in Firefox */	

}

*html .slaveflyout .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
   /*border-bottom: solid 2px rgb(71, 71, 71);*/
	position: absolute;
	margin:0 auto;
	/*background:#55b949;	*/
	/*clear: left;*/ /*Commented to stop the hover flickering in Firefox */
}
/*.slaveflyout .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items*/
.slaveflyout LI.ekflexmenu_startlevel 
{
	/*display: block;*/
	float: left;
	position: relative;

	top: 0px;
	left: 0px;	
	/*background:#55b949;	*/
	/*padding:5px;*/
	/*border: solid 1px rgb(71, 71, 71);*/
	/*margin-top:1px;*/
}
.slaveflyout LI.ekflexmenu_startlevel a
{
	color:white;
	text-decoration:none;
	background:#55b949;
	border: solid 1px rgb(71, 71, 71);
	width: 195px;
	padding:5px;
	height: 100%;
	display:block;
}
.slaveflyout LI.ekflexmenu_startlevel a:hover
{	
	text-decoration:underline;
}
.slaveflyout .ekflexmenu_startlevel UL
{
	position: relative;
	top: 0px;
	left: 100%;
	width: 200px;
	height: 100%;
}


.slaveflyout .ekflexmenu_menu_level_3 ul
{
	position: relative;
	top: 0px;
	left: 0px;	
	height: 100%;
	
}
.slaveflyout .ekflexmenu_menu_level_3 li 
{
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	
	height:100%;	
	/*background:blue;	*/
	/*padding:5px;*/
	/*border: solid 1px rgb(71, 71, 71);*/
	/*margin-top:1px;*/
}
.slaveflyout .ekflexmenu_menu_level_3 UL.ekflexmenu_startlevel
{
	float:left;
	position: relative;
	top: 0px;
	left: 0px;
	background: red;
	height:100%;	
	/*background:blue;	*/
	/*padding:5px;*/
	/*border: solid 1px rgb(71, 71, 71);*/
	/*margin-top:1px;*/
}

.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 img 
{
	border-width: 0px; /* make all images borderless */
}
/* Link menu items */


.slaveflyout a.ekflexmenu_link,
.slaveflyout a.ekflexmenu_link_selected, 
.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: #000000;
    background:#9fc7e9;
	border:none;
	border-left:6px solid #045395;
	border-bottom:1px solid rgb(71, 71, 71);
	border-right:1px solid rgb(71, 71, 71);
	border-top:1px solid rgb(71, 71, 71);
    text-decoration: none;
    width: 190px;
	padding:5px;	
	display:block;
}

.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link,
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected, 
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link,
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link:link, 
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link:visited 
{
	color:#000000;
	text-decoration:none;
	background:#9fc7e9;
	border:none;
	border-left:6px solid #045395;
	border-bottom:1px solid rgb(71, 71, 71);
	border-right:1px solid rgb(71, 71, 71);
	border-top:1px solid rgb(71, 71, 71);
	width: 190px;
	padding:5px;	
	display:block;	
}
/*.ekflexmenu_submenu_items a:hover */

.slaveflyout a.ekflexmenu_link:hover, 
.slaveflyout a.ekflexmenu_link:active, 
.slaveflyout a.ekflexmenu_link:focus,
.slaveflyout a.ekflexmenu_link_selected,
.slaveflyout a.ekflexmenu_link_selected:hover 
{
	/* A; selected version of ekflexmenu_link, see above... */
	text-decoration: underline;	
}	
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link:hover, 
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link:active, 
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link:focus,
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected,
.slaveflyout .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected:hover 
{
	/* A; hovered version of ekflexmenu_link, see above... */
    text-decoration: underline;    
}	
/*.slaveflyout a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
/*	color: rgb(198, 211, 255);
    background: rgb(161, 141, 81);
    border-color : rgb(161, 141, 112);
}*/

.slaveflyout .ekflexmenu_menu_level_4 .ekflexmenu_button,
.slaveflyout .ekflexmenu_menu_level_4 .ekflexmenu_button_hover,
.slaveflyout .ekflexmenu_menu_level_4 .ekflexmenu_button_selected,
.slaveflyout .ekflexmenu_menu_level_4 .ekflexmenu_button_selected_hover

{background-color: #045395;}