/*                                                                          */
/* 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.     */
/*                                                                          */

.slavesubmenu .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element)
    color: rgb(255, 255, 255); */
    /*/*width: 148px;  can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 6px;
    font-style:normal;
color:#333333;
font-family:Arial,Sans-Serif;
text-decoration:none;
   /*  background: rgb(100,100,150); 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);*/
}

.slavesubmenu .ekflexmenu_submenu,
.slavesubmenu .ekflexmenu_submenu_hover,
.slavesubmenu .ekflexmenu_submenu_parent,
.slavesubmenu .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	top: 0px;
	left: 0px;
	position: relative;
}

.slavesubmenu UL
{
	/* UL; a container for menu list items (useful for non-graphical browsers).
	
	margin: 0px;
	padding: 0px; */
	list-style: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 5px 0 5px 8px;
}

.slavesubmenu LI
{
	/* LI; container for menu items (typically either links or sub-menus). 
	display:inline;
	margin: 0px;
	padding: 0px;*/

display:inline;
font-size:1.2em;
text-decoration:none;

}
.slavesubmenu a
{
	color:#999999;
}
.slavesubmenu .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    /*border-bottom: solid 2px rgb(71, 71, 71);
	position: relative;
	top: 0px;
	left: 0px;
	clear: left;
	margin:7px 0 10px 24px;
	border-left:1px solid #B4B4B4;*/
	
}

.slavesubmenu .ekflexmenu_menu_level_0
{

display:inline;

}



.slavesubmenu .ekflexmenu_menu_level_3
.slavesubmenu .ekflexmenu_menu_level_4
{

	border:none;
display:inline;
font-size:13px;
padding:0 10px;
}

 /*.ekflexmenu_submenu_items*/
.slavesubmenu LI.ekflexmenu_startlevel
{
	/*display: block;*/
border: none;
display:inline;
font-size:13px;
padding:0 10px;
}

.slavesubmenu li.FirstNode
{
	border:medium none;
padding-left:0;

}
.slavesubmenu .ekflexmenu_startlevel UL
{

}

/* Button menu items, controls visibility of associated sub-menus */
.slavesubmenu .ekflexmenu_button
{
}
.slavesubmenu .ekflexmenu_button_hover
{

}
.slavesubmenu .ekflexmenu_button_selected,
.slavesubmenu .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). */
 background:transparent url(../images/secondary-nav-triangle.png) no-repeat scroll center bottom;
color:#0066CC;
padding-bottom:7px;
}

.slavesubmenu .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;
}

.slavesubmenu .ekflexmenu_button
{
    /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x;  color specified in case image unavailable */
}

.slavesubmenu .ekflexmenu_button:focus,
.slavesubmenu .ekflexmenu_button:hover,
.slavesubmenu .ekflexmenu_button_hover
{
   text-decoration: none;
   	 background:transparent url(../images/secondary-nav-triangle.png) no-repeat scroll center bottom;
color:#333333;
padding-bottom:7px;
}
.slavesubmenu .ekflexmenu_button_selected
{
    /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaOrangeVistaSelected.jpg) repeat-x;  color specified in case image unavailable */
    background:transparent url(../images/secondary-nav-triangle.png) no-repeat scroll center bottom;
color:#333333;
padding-bottom:7px;
}
.slavesubmenu .ekflexmenu_button_selected_hover
{
   color:#333333; /* color specified in case image unavailable */
}

.slavesubmenu img 
{
	border-width: 0px; /* make all images borderless */
}

/* Link menu items */
.slavesubmenu a.ekflexmenu_link
{
	padding:0 0 5px;
text-decoration:none;
font-weight:bold;
	}
.slavesubmenu a.ekflexmenu_link_selected 
{

}
.slavesubmenu a.ekflexmenu_link, 
.slavesubmenu a.ekflexmenu_link:link, 
.slavesubmenu a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */

}
/*.ekflexmenu_submenu_items a:hover */
.slavesubmenu a.ekflexmenu_link:hover, 
.slavesubmenu a.ekflexmenu_link:active, 
.slavesubmenu a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    color: rgb(255, 255, 255);
    background : rgb(181, 166, 132);
    text-decoration: none;
    border-color: rgb(181, 166, 132);
}

.slavesubmenu a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	color: rgb(0, 89, 231);
    background: rgb(206, 190, 140);
    border-color : rgb(206, 190, 140);
}
.slavesubmenu 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);
}