/*                                                                          */
/* 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.     */
/*                                                                          */


.left-nav .ekflexmenu 
{

}

.left-nav .ekflexmenu_submenu,
.left-nav .ekflexmenu_submenu_hover,
.left-nav .ekflexmenu_submenu_parent,
.left-nav .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.left-nav UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.left-nav LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.left-nav .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
    
}

.left-nav .ekflexmenu_menu_level_0 .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: block;
}

.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items_hidden, 
.left-nav .ekflexmenu_menu_level_2 .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 */
.left-nav .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.left-nav .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.left-nav .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 */
.left-nav .ekflexmenu_menu_level_0 .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). */
	width: 152px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 10px;
	color: #666!important;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd;
}
.left-nav .ekflexmenu_menu_level_0 .ekflexmenu_button_selected
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	width: 152px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 10px;
	color: #666!important;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd;
}
.left-nav .ekflexmenu_menu_level_0 .ekflexmenu_button:focus,
.left-nav .ekflexmenu_menu_level_0 .ekflexmenu_button:hover,
.left-nav .ekflexmenu_menu_level_0 .ekflexmenu_button_hover,
.left-nav .ekflexmenu_menu_level_0 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	width: 152px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 10px;
	color: #006eb1!important;
	background-color: #f0f0f0;
	font-size: 12px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd;
}
.left-nav .ekflexmenu_menu_level_1 .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). */
	width: 142px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 20px;
	color: #666;
	background-color: Transparent;
	font-size: 11px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid transparent;
}
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button:focus,
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button:hover,
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	width: 142px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 20px;
	color: #006eb1!important;
	background-color: #fff!important;
	font-size: 11px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd!important;
}

.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button:focus,
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button:hover,
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button_hover,
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button_selected,
.left-nav .ekflexmenu_menu_level_1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	width: 142px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 20px;
	color: #006eb1!important;
	background-color: #fff!important;
	font-size: 11px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: none;
}

.left-nav .ekflexmenu_menu_level_1 ul
{
	border-bottom: none!important;
}

/* images */
.left-nav .ekflexmenu_submenu_items a img, 
.left-nav .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 */
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link, 
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link:link, 
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	width: 142px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 20px;
	color: #666;
	font-size: 11px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd;
}
/*.ekflexmenu_submenu_items a:hover */
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link:hover, 
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link:active, 
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link:focus,
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected,
.left-nav .ekflexmenu_menu_level_0 a.ekflexmenu_link_selected:hover  {
	/* A; hovered version of ekflexmenu_link, see above... */
	width: 142px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 20px;
	color: #006eb1!important;
	background-color: #fff!important;
	font-size: 11px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd;
}

.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link, 
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link:link, 
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	width: 132px;
	display: block;
	text-decoration: none!important;
	padding: 0px 10px 5px 30px;
	color: #006eb1!important;
	background-color: #fff!important;
	font-size: 11px;
	font-weight: 400;
	margin-left: 2px;
	border-bottom-style: none;
}
/*.ekflexmenu_submenu_items a:hover */
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link:hover, 
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link:active, 
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link:focus,
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected,
.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:hover  {
	/* A; hovered version of ekflexmenu_link, see above... */
	width: 132px;
	display: block;
	text-decoration: none!important;
	padding: 0px 10px 5px 30px;
	color: #000!important;
	background-color: #fff!important;
	font-size: 11px;
	font-weight: 400;
	margin-left: 2px;
	border-bottom-style: none;
}

.left-nav .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected  {
	/* A; hovered version of ekflexmenu_link, see above... */
	width: 132px;
	display: block;
	text-decoration: none!important;
	padding: 0px 10px 5px 30px;
	color: #666!important;
	background-color: #fff!important;
	font-size: 11px;
	font-weight: 400;
	margin-left: 2px;
	border-bottom-style: none;
}

/*  special home appearance  */
.left-nav ul li  a.hsi-home {
	width: 152px;
	display: block;
	text-decoration: none!important;
	padding: 7px 10px 7px 10px;
	color: #666;
	font-size: 12px;
	font-weight: 800;
	margin-left: 2px;
	border-bottom: 1px solid #d5d9dd;
	}

.left-nav ul li a.hsi-home:link, .left-nav ul li a.hsi-home:visited {
	width: 156px;
	background-image: url(/images/shell/bg-channel-header.jpg);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: 800;
	padding: 7px 10px;
	margin: 0;
	border-bottom: 0;
	clear: both;
	text-decoration: none;
	}
	
.left-nav ul li a.hsi-home:hover {
	color: #d5d9dd!important;
	text-decoration: none;
	}