/*                                                                          */
/* 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.     */
/*                                                                          */

.expand1 .ekflexmenu ,
.expand1 .ekflexmenu:visited 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: #064d98; /* default text color */
    width: 144px; /* can be overridden in the primary div-containers (whose class = ekmenu) style */
    font-size: 14px;
    font-family: Sans-Serif;
    background: #fffaf0; /* shows up on left side, widens with nesting level */
    border-right: solid 0px rgb(71, 71, 71);
    border-bottom: solid 0px rgb(71, 71, 71);
}
.expand1 .ekflexmenu_submenu ,
.expand1 .ekflexmenu_submenu_hover ,
.expand1 .ekflexmenu_submenu_parent ,
.expand1 .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.expand1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.expand1 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.expand1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.expand1 .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 */
.expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items , 
.expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden , 
.expand1 .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: 5px; /* indents menu items, accumulating with each nesting level */
    border-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

/* Button menu items, controls visibility of associated sub-menus */
.expand1 .ekflexmenu_button , 
.expand1 .ekflexmenu_button:visited 
{
	/* 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: 12px 0 6px 24px;
    background: #fffaf0 url('../images/leftNav_bgOff.gif') no-repeat;
    font-size: 14px;
    font-weight: lighter;
    color: #064d98;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-width: 0px;
}

.expand1 .ekflexmenu_button:focus , 
.expand1 .ekflexmenu_button:hover , 
.expand1 .ekflexmenu_button:active , 
.expand1 .ekflexmenu_button_hover 
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
    padding: 12px 0 6px 24px;
    font-size: 14px;
    font-weight: lighter;
    color: #ed1d24;
    background: #fffaf0 url('../images/leftNav_bgOn.gif') no-repeat; /* color specified in case image unavailable */
    text-indent: 0px;
    text-decoration: none;
    width: 100%; /* capture on-click for entire row that the button occupies */
	border-width: 0px;
}
.expand1 .ekflexmenu_button_selected , 
.expand1 .ekflexmenu_button_selected:visited 
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    padding: 12px 0 6px 24px;
    font-size: 14px;
    font-weight: lighter;
    color: #ed1d24;
    background: #fffaf0 url('../images/leftNav_bgOn.gif') no-repeat; /* color specified in case image unavailable */
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-width: 0px;
}
.expand1 .ekflexmenu_button_selected:focus , 
.expand1 .ekflexmenu_button_selected:hover , 
.expand1 .ekflexmenu_button_selected:active , 
.expand1 .ekflexmenu_button_selected_hover 
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding: 12px 0 6px 24px;
    font-size: 14px;
    font-weight: lighter;
    color: #ed1d24;
    background: #fffaf0 url('../images/leftNav_bgOn.gif') no-repeat; /* color specified in case image unavailable */
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-width: 0px;
}

.expand1 .ekflexmenu_button1 , 
.expand1 .ekflexmenu_button1:visited 
{
	/* 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: 1px 0 1px 24px;
    background: #fffaf0;
    font-size: 11px;
    font-weight: lighter;
    color: #064d98;
    background: #fffaf0;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-width: 0px;
}

.expand1 .ekflexmenu_button1:focus , 
.expand1 .ekflexmenu_button1:hover , 
.expand1 .ekflexmenu_button1:active , 
.expand1 .ekflexmenu_button1_hover 
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
    padding: 1px 0 1px 24px;
    font-size: 11px;
    font-weight: lighter;
    color: #ed1d24;
    background: #fffaf0;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
	border-width: 0px;
}
.expand1 .ekflexmenu_button_selected1 , 
.expand1 .ekflexmenu_button_selected1:visited 
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    padding: 1px 0 1px 24px;
    font-size: 11px;
    font-weight: lighter;
    color: #ed1d24;
    background: #fffaf0;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-width: 0px;
}
.expand1 .ekflexmenu_button_selected1:focus , 
.expand1 .ekflexmenu_button_selected1_hover , 
.expand1 .ekflexmenu_button_selected1:hover ,  
.expand1 .ekflexmenu_button_selected1:active  
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding: 1px 0 1px 24px;
    font-size: 11px;
    font-weight: lighter;
    color: #ed1d24;
    background: #fffaf0;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
	border-width: 0px;
}

/* images */
.expand1 .ekflexmenu_submenu_items a img , 
.expand1 .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 */
.expand1 a.ekflexmenu_link , 
.expand1 a.ekflexmenu_link:link , 
.expand1 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 12px 0 6px 24px;
    background: #fffaf0 url('../images/leftNav_bgOff.gif') no-repeat;
    font-size: 14px;
    font-weight: lighter;
    text-indent: 0px;
    color: #064d98;
    text-decoration: none;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border: 0px solid rgb(220, 220, 220);
}
/*.ekflexmenu_submenu_items a:hover */
.expand1 a.ekflexmenu_link:focus , 
.expand1 a.ekflexmenu_link:hover , 
.expand1 a.ekflexmenu_link:active  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 12px 0 6px 24px;
    font-size: 14px;
    font-weight: lighter;
    text-indent: 0px;
    color: #ed1d24;
    background : #fffaf0 url('../images/leftNav_bgOn.gif') no-repeat;
    text-decoration: none;
	display: block; 
	width: 100%;
    border: 0px solid rgb(220, 220, 220);
}

.expand1 a.ekflexmenu_link_selected , 
.expand1 a.ekflexmenu_link_selected:visited {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 12px 0 6px 24px;
    font-size: 14px;
    font-weight: lighter;
    text-indent: 0px;
    text-decoration: none;
	color: #ed1d24;
     background : #fffaf0 url('../images/leftNav_bgOn.gif') no-repeat;
	display: block; 
	width: 100%;
    border: 0px solid rgb(220, 220, 220);
}
.expand1 a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 12px 0 6px 24px;
    font-size: 14px;
    font-weight: lighter;
    text-indent: 0px;
	color: #ed1d24;
    background : #fffaf0 url('../images/leftNav_bgOn.gif') no-repeat;
	display: block; 
	width: 100%;
    border: 0px solid rgb(220, 220, 220);
}
.expand1 a.ekflexmenu_link1 , 
.expand1 a.ekflexmenu_link1:link , 
.expand1 a.ekflexmenu_link1:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 1px 0 1px 24px;
    background: #fffaf0;
    font-size: 11px;
    font-weight: lighter;
    text-indent:0px;
    color: #064d98;
    text-decoration: none;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border: 0px solid rgb(220, 220, 220);
}
/*.ekflexmenu_submenu_items a:hover */
.expand1 a.ekflexmenu_link1:focus , 
.expand1 a.ekflexmenu_link1:hover , 
.expand1 a.ekflexmenu_link1:active  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 1px 0 1px 24px;
    font-size: 11px;
    font-weight: lighter;
    text-indent:0px;
    color: #ed1d24;
    background : #fffaf0;
    text-decoration: none;
	display: block; 
	width: 100%;
    border: 0px solid rgb(220, 220, 220);
}

.expand1 a.ekflexmenu_link_selected1 , 
.expand1 a.ekflexmenu_link_selected1:visited {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 1px 0 1px 24px;
    font-size: 11px;
    font-weight:lighter;
    text-indent: 0px;
	color: #ed1d24;
     background : #fffaf0;
    text-decoration: none;
	display: block; 
	width: 100%;
    border: 0px solid rgb(220, 220, 220);
}
.expand1 a.ekflexmenu_link_selected1:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 1px 0 1px 24px;
    font-size: 11px;
    font-weight:lighter;
    text-indent: 0px;
	color: #ed1d24;
    background : #fffaf0;
	display: block; 
	width: 100%;
    border: 0px solid rgb(220, 220, 220);
}
