/*                                                                          */
/* 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.     */
/*                                                                          */

.list_menu .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #23375d;
}

.list_menu .ekflexmenu_accessible_menu_start,
.list_menu .ekflexmenu_accessible_menu_startheading,
.list_menu .ekflexmenu_accessible_menu_startlink,
.list_menu .ekflexmenu_accessible_submenu_selected_message,
.list_menu .ekflexmenu_accessible_menuitem_selected_message,
.list_menu .ekflexmenu_accessible_menu_end,
.list_menu .ekflexmenu_accessible_menu_endlink
{
	/* These items support 508-Compliance, and are normally hidden, but */
	/* are visible to page readers and text-browsers for accessibility). */
	position: absolute;
	overflow: hidden;
	top: -10000px;
	left: -10000px;
	height: 1px;
	width: 1px;
}

.list_menu .ekflexmenu_submenu,
.list_menu .ekflexmenu_submenu_hover,
.list_menu .ekflexmenu_submenu_parent,
.list_menu .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.list_menu UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.list_menu UL LI UL
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

.list_menu LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display: inline;
	margin: 0px;
	padding: 0px;
}

.list_menu .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.list_menu .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 */
.list_menu .ekflexmenu_submenu_items .ekflexmenu_submenu_items,
.list_menu .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.list_menu .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. */
	padding: 0 0 6px 14px; /* indents menu items, accumulating with each nesting level */
    margin: 0;
    color: #ffffff;
	background-image: url(/images/navback.gif);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #03193d;
    border: none 0px;
}


/*{
	 Rule is applied to nested submenus. Hidden included in-case */
	/* Javascript is not supported and hidden submenus are made visible. */
	/*padding: 0 0 0 12px;  indents menu items, accumulating with each nesting level */
    /*margin: 0;*/
    /*border-bottom-width: 0px;  prevents bottom border from accumulating, with each level of nesting */
/*    background-color: #fff;*/
/*    border: none 0px;*/
/*}*/

/* Nested menu items */
.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.list_menu .ekflexmenu_menu_level_1 .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. */
	padding: 0 0 0 12px; /* indents menu items, accumulating with each nesting level */
    margin: 0;
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    background-color: #fff;
    border: none 0px;
}

/* ******************************************************** */
/* Top menu level */
/* Button menu items, controls visibility of associated sub-menus */
.list_menu .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). */
    display: block;
	padding: 7px 0 7px 10px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
	background-image: url(/images/navback2.gif);
	background-repeat: repeat-x;
	background-color: #162847;
}

.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_button:focus,
.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_button:hover,
.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
	padding: 7px 0 7px 10px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
	background-image: url(/images/navback2.gif);
	background-repeat: repeat-x;
	background-color: #162847;

}
.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
	padding: 7px 0 7px 10px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
	background-image: url(/images/navback2.gif);
	background-repeat: repeat-x;
	background-color: #162847;
}
.list_menu .ekflexmenu_menu_level_1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
	padding: 7px 0 7px 10px;
    margin: 0;
    font-weight: bold;
    text-decoration: none;
    font-size: 13px;
    color: #ffffff;
	background-image: url(/images/navback2.gif);
	background-repeat: repeat-x;
	background-color: #162847;
}

/* ******************************************************** */
/* Not top level */
/* Button menu items, controls visibility of associated sub-menus */
.list_menu .ekflexmenu_menu_level_2 .ekflexmenu_button,
.list_menu .ekflexmenu_menu_level_3 .ekflexmenu_button,
.list_menu .ekflexmenu_menu_level_4 .ekflexmenu_button,
.list_menu .ekflexmenu_menu_level_5 .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). */
	padding: 4px 0 3px 20px;
	margin: 0;
    display: block;
    font-weight: normal;
    border: none;
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}
.list_menu .ekflexmenu_menu_level_2 .ekflexmenu_button:focus,
.list_menu .ekflexmenu_menu_level_2 .ekflexmenu_button:hover,
.list_menu .ekflexmenu_menu_level_2 .ekflexmenu_button_hover,
.list_menu .ekflexmenu_menu_level_3 .ekflexmenu_button:focus,
.list_menu .ekflexmenu_menu_level_3 .ekflexmenu_button:hover,
.list_menu .ekflexmenu_menu_level_3 .ekflexmenu_button_hover,
.list_menu .ekflexmenu_menu_level_4 .ekflexmenu_button:focus,
.list_menu .ekflexmenu_menu_level_4 .ekflexmenu_button:hover,
.list_menu .ekflexmenu_menu_level_4 .ekflexmenu_button_hover,
.list_menu .ekflexmenu_menu_level_5 .ekflexmenu_button:focus,
.list_menu .ekflexmenu_menu_level_5 .ekflexmenu_button:hover,
.list_menu .ekflexmenu_menu_level_5 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	padding: 4px 0 3px 20px;
	margin: 0;
    display: block;
    font-weight: normal;
    border: none;    
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}
.list_menu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected,
.list_menu .ekflexmenu_menu_level_3 .ekflexmenu_button_selected,
.list_menu .ekflexmenu_menu_level_4 .ekflexmenu_button_selected,
.list_menu .ekflexmenu_menu_level_5 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    padding: 4px 0 3px 20px;
	margin: 0;
	display: block;
    font-weight: bold;
    border: none;    
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}
.list_menu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover,
.list_menu .ekflexmenu_menu_level_3 .ekflexmenu_button_selected_hover,
.list_menu .ekflexmenu_menu_level_4 .ekflexmenu_button_selected_hover,
.list_menu .ekflexmenu_menu_level_5 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */

    display: block;
    font-weight: bold;
    border: none;    
    text-decoration: none;
    font-size: 12px;
    color: #ffffff;
}

/* ******************************************************** */
/* images */
.list_menu .ekflexmenu_submenu_items a img, 
.list_menu .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 */
/* Top Level */
.list_menu a.ekflexmenu_link, 
.list_menu a.ekflexmenu_link:link, 
.list_menu a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0px 0px 0px 0px;
    margin: 4px 6px 4px 6px;
	font-weight: normal;	    
    display: block;
    text-decoration: none;
    font-size: 12px;
    border: none 0px;
    color: #ffffff;
}
/*.ekflexmenu_submenu_items a:hover */
.list_menu a.ekflexmenu_link:hover, 
.list_menu a.ekflexmenu_link:active, 
.list_menu a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    margin: 4px 6px 4px 6px;
	font-weight: normal;	    
    display: block;
    text-decoration: none;
    font-size: 12px;
    border: none 0px;
    color: #6ebbc0;
}

.list_menu a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    margin: 4px 6px 4px 6px;
	font-weight: normal;	    
    display: block;
    text-decoration: none;
    font-size: 12px;
    border: none 0px;
    color: #ffffff;
}

.list_menu a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    margin: 4px 6px 4px 6px;
    font-weight: normal;	    
    display: block;
    text-decoration: none;
    font-size: 12px;
    border: none 0px;
    color: #6ebbc0;
}

/* ******************************************************** */
