/*                                                                          */
/* 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.     */
/*          
                                                                */

.slaveexpand{margin-left:6px;}
.slaveexpand .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
   width:227px;
   
   
   
   
   
}

.slaveexpand .ekflexmenu_submenu,
.slaveexpand .ekflexmenu_submenu_hover,
.slaveexpand .ekflexmenu_submenu_parent,
.slaveexpand .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.slaveexpand ul li
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
		list-style: none;
	display:inline;
	;
	
}

.slaveexpand LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:block;
}

.slaveexpand .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.slaveexpand .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;
}

/* Nested menu items */
/*.slaveexpand .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items, */
.slaveexpand LI.ekflexmenu_startlevel,
.slaveexpand .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.slaveexpand .ekflexmenu_submenu_items_hidden .ekflexmenu_submenu_items_hidden
{
	/* Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */

}

/* Button menu items, controls visibility of associated sub-menus */
.slaveexpand .ekflexmenu_button
{
	/* 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;
       
}

.slaveexpand .ekflexmenu_button:focus,
.slaveexpand .ekflexmenu_button:hover,
.slaveexpand .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
    
}
.slaveexpand .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    
    
    
}
.slaveexpand .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    

}

/* images */
.slaveexpand .ekflexmenu_submenu_items a img, 
.slaveexpand .ekflexmenu_submenu_items_hidden a img {
	/* IMG; menu-item image, selected by CMS, can be used */
	/* with or in place of the textual title of the link. */
	border-width: 0px;
}

/* Link menu items */
.slaveexpand a.ekflexmenu_link, 
.slaveexpand a.ekflexmenu_link:link, 
.slaveexpand a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    display: block; /* force one link per row */
    
}
/*.ekflexmenu_submenu_items a:hover */
.slaveexpand a.ekflexmenu_link:hover, 
.slaveexpand a.ekflexmenu_link:active, 
.slaveexpand a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
  	display: block; 
	
  
}

.slaveexpand a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
	display: block; 
}
.slaveexpand a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	display: block; 
}



li.ekflexmenu_menu_level_1 ul.ekflexmenu_submenu_items,
li.ekflexmenu_menu_level_2 ul.ekflexmenu_submenu_items{background-color:#D2ECFA;}


li.ekflexmenu_menu_level_2 ul.ekflexmenu_submenu_items{margin-left:10px!important;}

.slaveexpand .ekflexmenu_menu_level_0 a{background:url(/images/d2_l1.jpg) 50% 0 repeat-x!important;line-height:25px!important;color:#fff;padding-left:10px;text-decoration:none;}
.slaveexpand .ekflexmenu_menu_level_0 a:hover {background:url(/images/d2_nav_on.jpg) top left repeat-x!important;color:#000;}


.slaveexpand .ekflexmenu_menu_level_1 a{background:url(/images/d2_l1.jpg) 50% 0 repeat-x!important;line-height:25px!important;color:#fff;padding-left:10px;text-decoration:none;}
.slaveexpand .ekflexmenu_menu_level_1 a:hover {background:url(/images/d2_nav_on.jpg) top left repeat-x!important;color:#000;}

.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a{background:url(/images/d2_l2.jpg) bottom left no-repeat!important;padding-left:5px;line-height:12px!important;padding:8px 0 8px 5px;}
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a:hover {background:url(/images/d2_nav_on.jpg) top left repeat-x!important;color:#000;}

.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a{background:url(/images/d2_l3.jpg) 0 0 repeat-x!wimportant;border:1px solid navy;border-top:none;line-height:12px!important;}
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a:hover {background:url(/images/d2_nav_on.jpg) 0 50% repeat-x!important;color:#000;}

/* ORRIDE STYLE IF BUTTON */
.slaveexpand .ekflexmenu_menu_level_1 a.ekflexmenu_button{background:url(/images/d2_l1.jpg) 0 50% no-repeat!important;padding-left:20px;}
.slaveexpand .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected{background:url(/images/d2_l1_on.jpg) 0 50% no-repeat!important;padding-left:20px;}

.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a.ekflexmenu_button{background:url(/images/d2_l1_off.jpg) 0 50% no-repeat!important;padding-left:20px!important;}
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected{background:url(/images/d2_l1_on.jpg) 0 50% left no-repeat!important;padding-left:20px!important;}

.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a.ekflexmenu_button{background:url(/images/d2_l2_off.jpg) 0 50% repeat-x!important;border:1px solid navy;}
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a.ekflexmenu_button_selected{background:url(/images/d2_l2_on.jpg) 0 50% repeat-x!important;border:1px solid navy;}



.slaveexpand .ekflexmenu_menu_level_1  a.ekflexmenu_link:hover,
.slaveexpand .ekflexmenu_menu_level_1  a.ekflexmenu_link_selected,
.slaveexpand .ekflexmenu_menu_level_1  a.ekflexmenu_button:hover,
.slaveexpand .ekflexmenu_menu_level_1  a.ekflexmenu_button_selected:hover,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a.ekflexmenu_link:hover,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a.ekflexmenu_button:hover,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:hover,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a.ekflexmenu_link:hover,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a.ekflexmenu_button:hover,
.slaveexpand .ekflexmenu_menu_level_1 .ekflexmenu_menu_level_2 .ekflexmenu_menu_level_3 a.ekflexmenu_button_selected:hover
 {background:url(/images/d2_nav_on.jpg) top left repeat-x!important;color:#000;}
 
 
 
 .memberonly,
 a.memberonly{color:red!important;
 border:2px dashed red;}
