/* THIS CSS FILE IS BASED ON expand1.css FROM THE CMS DEVELOPER SITE AT:    */
/* \CMS400Developer\Developer\Menu\FlexMenu\Expanding\expand1.css           */
/*                                                                          */
/* 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.     */
/*                                                                          */

.flexmenu_leftnav .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	/* ************************* From sideNavHolder and sideBarTitle START ************************* */
    float:left; width:183px;
    /* ************************* From sideNavHolder and sideBarTitle END  ************************* */
    background:url(/common/Images/Admin_Config/General_Text/side-nav-title-bgr.gif) left top repeat-x;
	/* ************************* From sideBarTitle ************************* 
	float:left;
    width:174px;
    height:30px;
    padding:5px 0 0 9px;
    background:url(/common/Images/Admin_Config/General_Text/side-nav-title-bgr.gif) left top repeat-x;*/
}

/* The current menu structure only goes to level 3*/
ekflexmenu_startlevel {font-weight: bold;}
/*
.ekflexmenu_menu_level_0 {font-weight: bold;}
.ekflexmenu_menu_level_1 {font-weight: normal;}
.ekflexmenu_menu_level_2 {font-weight: normal;}
.ekflexmenu_menu_level_3 {font-weight: normal;}
*/

.flexmenu_leftnav .ekflexmenu_submenu,
.flexmenu_leftnav .ekflexmenu_submenu_hover,
.flexmenu_leftnav .ekflexmenu_submenu_parent,
.flexmenu_leftnav .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* ************************* From sideNav ************************* */
	float:left;
	width:183px;
}

.flexmenu_leftnav UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/* ************************* From sideNav ul ************************* */
	float:left;
	width:183px; padding:12px 0px 12px 13px;
	
}

/* ************************* From sideNav... START ************************* */
.flexmenu_leftnav ul li {width:170px; list-style-type:none; font-size:11px; clear:both; }

.flexmenu_leftnav ul li a {width:170px; display:block; color:#272727; text-decoration:none; padding:0px 0px 10px 3px;}

.flexmenu_leftnav ul li ul {width:161px;  clear:both; padding:5px 0px 0px 0px;}

.flexmenu_leftnav ul li ul li {float:left; width:161px; clear:both; }

.flexmenu_leftnav ul li ul li a {width:149px; color:#272727; padding:3px 0px 2px 0px;}

.flexmenu_leftnav ul li ul li a:hover {text-decoration:underline;}

.flexmenu_leftnav ul li ul li ul {width:161px;  clear:both; padding:1px 0px 8px 5px;}

.flexmenu_leftnav ul li ul li ul li {float:left; width:161px; clear:both; }

.flexmenu_leftnav ul li ul li ul li a {width:149px; color:#717171; background:url(/common/Images/Admin_Config/General_Text/side-nav-bullet.gif) left center no-repeat;  padding:2px 0px 2px 12px;}

.flexmenu_leftnav ul li ul li ul li ul {width:161px;  clear:both; padding:5px 0px 8px 6px;}

.flexmenu_leftnav ul li ul li ul li ul li a {width:149px; color:#717171; background:url(/common/Images/Admin_Config/General_Text/side-nav-dot.gif) left center no-repeat;  padding:2px 0px 2px 11px;}
/* ************************* From sideNav... END  ************************* */

.flexmenu_leftnav LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.flexmenu_leftnav .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.flexmenu_leftnav .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 */
.flexmenu_leftnav .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.flexmenu_leftnav .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.flexmenu_leftnav .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. */
	margin-left: 0px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.flexmenu_leftnav .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). */
	/* ************************* From sideBarTitle ************************* */
    /*
	float:left;
    width:174px;
    height:30px;
    padding:5px 0 0 9px;
    background:url(/common/Images/Admin_Config/General_Text/side-nav-title-bgr.gif) left top repeat-x;
	*/
}

.flexmenu_leftnav .ekflexmenu_button:focus,
.flexmenu_leftnav .ekflexmenu_button:hover,
.flexmenu_leftnav .ekflexmenu_button_hover
{ 
	/* A; hovered version of .ekflexmenu_button, see above... */
}
.flexmenu_leftnav .ekflexmenu_button_selected
{ color:#008ab5;
	/* A; selected version of .ekflexmenu_button, see above... */
}
.flexmenu_leftnav .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
}

/* images */
.flexmenu_leftnav .ekflexmenu_submenu_items a img, 
.flexmenu_leftnav .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 */
.flexmenu_leftnav a.ekflexmenu_link, 
.flexmenu_leftnav a.ekflexmenu_link:link, 
.flexmenu_leftnav a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
}
/*.ekflexmenu_submenu_items a:hover */
.flexmenu_leftnav a.ekflexmenu_link:hover, 
.flexmenu_leftnav a.ekflexmenu_link:active, 
.flexmenu_leftnav a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
}

.flexmenu_leftnav a.ekflexmenu_link_selected { color:#008ab5;
	/* A; selected version of ekflexmenu_link, see above... */
}
.flexmenu_leftnav a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
}
