/*                                                                          */
/* 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.     */
/*                                                                          */

.multimenufr .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    
    color: #ececec;
    width: 208px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 11px;
    font-weight: bold;
    font-family: Verdana , Arial, Helvetica, sans-serif;
    /* font-family: Sans-Serif; */
    /* background: #e9e5e4; */ /* shows up on left side, widens with nesting level */
    /* background-color: #ececec; */
    background-color: #e1e1e1;
    height: 100%;
}

.multimenufr .ekflexmenu_submenu,
.multimenufr .ekflexmenu_submenu_hover,
.multimenufr .ekflexmenu_submenu_parent,
.multimenufr .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.multimenufr UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.multimenufr LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.multimenufr .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.multimenufr .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 */
.multimenufr .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.multimenufr .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.multimenufr .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 */
.multimenufr .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: 5px 0px;
    /* font-weight: bold; */
    font-size: 11px;
    /* font-family: Arial; */
    color: #000000; 
    background-color: #e1e1e1;
    /* background: #ececec url(/images/menutop.jpg); */
    text-indent: 10px;
    vertical-align: middle;
    width: 210px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    height: 20px;
    line-height: 100%;
    border-bottom: solid 1px #ffffff;
    /* border-top: solid 1px #ffffff; */
    /* border-right: solid 1px #ffffff; */
}

.multimenufr .ekflexmenu_button:focus,
.multimenufr .ekflexmenu_button:hover,
.multimenufr .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
    padding: 5px 0px;
    font-weight: bolder;
    /* margin-left: 6px; */
    font-size: 12px;
    /* color: #fde07b; */
    color: #990000;
    /* background: #ffffff url(/images/menutop.jpg); */
    /* background-position: right center; 
    background-repeat: no-repeat; */
    vertical-align: middle;
    text-indent: 10px;
    /* margin: 2px; */
    width: 210px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    height: 20px;
    line-height: 100%;    
    background-color: #ececec;
    border-bottom: solid 1px #ffffff;
    /* border-right: solid 1px #ffffff; */
    /* border-top: solid 1px #ffffff; */
    /* border-left: solid 2px #a9a9a9; */
}
.multimenufr .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 12px;
    vertical-align: middle;
    /* margin: 2px; */
    overflow: visible;
    /* color: #fde07b; */
    color: #990000;
    /* background-color: #ffffff;  */
    /* background: #ececec url(/images/menutop.jpg); */
    background-repeat: no-repeat;
    text-indent: 10px;
    font-style: italic;
    width: 210px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    height: 20px; 
    background-color: #ffffff;
    border-bottom: solid 1px #ffffff;
    /* border-right: solid 1px #a9a9a9; 
    border-top: solid 1px #a9a9a9;
    border-left: solid 3px #a9a9a9; */
    /* border-bottom: 5px solid #cecece; */

}
.multimenufr .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 12px;
    /* margin: 2px; */
    overflow: visible;
    font-style: italic;
    /* color: #fde07b; */
    color: #990000;
    /* background: #ececec url(/images/menutop.jpg); */
    background-repeat: no-repeat;
    text-indent: 10px;
    width: 210px; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    vertical-align: middle;
    height: 20px;
    background-color: #ffffff;
    border-bottom: solid 1px #ffffff;
    /* border-right: solid 1px #a9a9a9;
    border-top: solid 1px #a9a9a9;
    border-left: solid 3px #a9a9a9;  */
    /* border-bottom: 2px solid #000000; */
}

/* images */
.multimenufr .ekflexmenu_submenu_items a img, 
.multimenufr .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 */
.multimenufr a.ekflexmenu_link, 
.multimenufr a.ekflexmenu_link:link, 
.multimenufr a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0px 0px 5px 0px;
    text-indent: 5px;
    color: #4961a1;
    /* background: #ececec; */
    font-size: 11px;
    font-family: helvetica;
    text-decoration: none;
    background-color: White;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220);
    height: 18px;
}
/*.ekflexmenu_submenu_items a:hover */
.multimenufr a.ekflexmenu_link:hover, 
.multimenufr a.ekflexmenu_link:active, 
.multimenufr a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 5px 0px;
    text-indent: 5px;
    color: #960404;
    /* background: #ececec; */
    background-color: #ffffff;
    font-size: 11px;
    font-family: helvetica;
    text-decoration: underline;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220);
    height: 18px;
    background-image: url(/images/ared.gif);
    background-position: right center;
    background-repeat: no-repeat; 

}

.multimenufr a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 0px 0px 5px 0px;
    text-indent: 5px;
    color: #d80606;
    background: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: helvetica;
    text-decoration: none;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220);
    height: 16px;
    padding-left: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    /* background-image: url(/images/ared.gif);
    background-position: right center;
    background-repeat: no-repeat; */

}
.multimenufr a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 5px 0px;
    text-indent: 5px;
    color: #d80606;
    background: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-family: helvetica;
    text-decoration: none;
    padding-left: 5px;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(220, 220, 220);
    height: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
    /* background-image: url(/images/ared.gif); 
    background-position: right center;
    background-repeat: no-repeat; */

}