/*                                                                          */
/* 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.     */
/*                                                                          */

/* Notes for IE6 and IE7 exceptions. Use the following formatting
	if not using separate style sheets.
		color: #660000;  (read by all browsers)
		*color: #660000;  (read by IE6 and IE7)
		_color: #660000;  (read by IE6 only)
*/


#sidebar_left .expand1_508 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(0, 48, 84);
    width: 190px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
        *width: 190px; /* IE 6 and IE 7 */
        _width: 162px; /* IE 6 */
        *margin-top: 0px; /* IE 6 and IE 7 */
        _margin-top: 20px; /* IE 6 */
    font-size: 11px;
    font-family: Verdana, Geneva, Helvetica, Sans-Serif;
    background: rgb(0, 48, 84); /* shows up on left side, widens with nesting level */
    border-right: solid 1px rgb(236, 190, 92);
    border-bottom: solid 1px rgb(236, 190, 92);
}

#sidebar_left .expand1_508 .ekflexmenu_accessible_menu_start,
#sidebar_left .expand1_508 .ekflexmenu_accessible_menu_startheading,
#sidebar_left .expand1_508 .ekflexmenu_accessible_menu_startlink,
#sidebar_left .expand1_508 .ekflexmenu_accessible_submenu_selected_message,
#sidebar_left .expand1_508 .ekflexmenu_accessible_menuitem_selected_message,
#sidebar_left .expand1_508 .ekflexmenu_accessible_menu_end,
#sidebar_left .expand1_508 .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;
}

#sidebar_left .expand1_508 .ekflexmenu_submenu,
#sidebar_left .expand1_508 .ekflexmenu_submenu_hover,
#sidebar_left .expand1_508 .ekflexmenu_submenu_parent,
#sidebar_left .expand1_508 .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. Includes top level links */
	position: relative;
	top: 0px;
	left: 0px;
	border-right-width:  0px;
}

#sidebar_left .expand1_508 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar_left .expand1_508 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display: block;
	margin: 0px 10px 0px 0px;
	    *margin-right: 10px; /* IE 6 and IE 7 */
	    _margin-right: -10px; /* IE 6 */
	padding: 0px;
}

#sidebar_left .expand1_508 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

#sidebar_left .expand1_508 .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 */
#sidebar_left .expand1_508 .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
#sidebar_left .expand1_508 .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
#sidebar_left .expand1_508 .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 */
	margin-right: -10px;
	    *margin-right: -35px; /* IE 6 and IE 7 */
	    _margin-right: -5px; /* IE 6 */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    border-right-width:  0px;
    padding-right: 15px;
        *padding-right: 35px; /* IE 6 and IE 7 */
        _padding-right: 0px; /* IE 6 */
    line-height: 15px;
}

/* Button menu items, controls visibility of associated sub-menus */
#sidebar_left .expand1_508 .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 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 10px; /* IE 6 */
    margin-right: 0px;
        *margin-right: 45px; /* IE 6 and IE 7 */
        _margin-right: 0px; /* IE 6 */
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Geneva, Helvetica, Sans-Serif;
    color: rgb(0, 48, 84); /* very dark blue */
    background: rgb(246, 226, 167); /* color specified in case image unavailable, very light tan */
    border-left: 5px solid #003054;
    border-bottom: 1px solid #ECBE5C;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}

#sidebar_left .expand1_508 .ekflexmenu_button:focus,
#sidebar_left .expand1_508 .ekflexmenu_button:hover,
#sidebar_left .expand1_508 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    display: block;
    padding: 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 10px; /* IE 6 */
    margin-right: 0px;
        *margin-right: 35px; /* IE 6 and IE 7 */
        _margin-right: 0px; /* IE 6 */
    font-weight: normal;
    font-size: 11px;
    font-family: Verdana, Geneva, Helvetica, Sans-Serif;
    color: rgb(0, 48, 84); /* very dark blue */
    border-left: 5px solid #003054;
    border-bottom: 1px solid #ECBE5C;
    border-right-width:  0px;
    background: rgb(161, 141, 81) url(../images02/header_over.gif) repeat-x; /* color specified in case image unavailable */
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}
#sidebar_left .expand1_508 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    padding: 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 10px; /* IE 6 */
    margin-right: 0px;
        *margin-right: 35px; /* IE 6 and IE 7 */
        _margin-right: 0px; /* IE 6 */
    font-weight: bold;
    color: rgb(0, 48, 84); /* very dark blue */
    border-left: 5px solid #003054;
    border-bottom: 1px solid #ECBE5C;
    border-right-width:  0px;
    background: rgb(237, 208, 140) url(../images02/header_over.gif) repeat-x; /* color specified in case image unavailable */
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}
#sidebar_left .expand1_508 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding: 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 10px; /* IE 6 */
    margin-left: 5px;
        *margin-right: 35px; /* IE 6 and IE 7 */
        _margin-right: 0px; /* IE 6 */
    font-weight: bold;
    color: rgb(0, 48, 84); /* very dark blue */
    border-left: 0px solid #003054;
    border-bottom: 1px solid #ECBE5C;
    border-right-width:  0px;
    background: rgb(161, 141, 81) url(../images02/header_over.gif) repeat-x; /* color specified in case image unavailable */
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
}

/* images */
#sidebar_left .expand1_508 .ekflexmenu_submenu_items a img, 
#sidebar_left .expand1_508 .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 */
#sidebar_left .expand1_508 a.ekflexmenu_link, 
#sidebar_left .expand1_508 a.ekflexmenu_link:link, 
#sidebar_left .expand1_508 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	display: block;
    padding: 5px 5px 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 5px; /* IE 6 */
    margin: 0px 10px 0px 5px;
        *margin-right: -40px; /* IE 6 and IE 7 */
	    _margin-right: -10px; /* IE 6 */
    text-indent: 0px;
    font-weight: normal;
    color: rgb(0, 48, 84); /* very dark blue */
    background: rgb(246, 226, 167); /* very light tan */
    text-decoration: none;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: 1px solid rgb(141, 164, 171); /* Dusty blue */
}
/*.ekflexmenu_submenu_items a:hover */
#sidebar_left .expand1_508 a.ekflexmenu_link:hover, 
#sidebar_left .expand1_508 a.ekflexmenu_link:active, 
#sidebar_left .expand1_508 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 5px 5px 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 0px; /* IE 6 */
    text-indent: 0px;
    font-weight: normal;
    color: rgb(102, 0, 0);
    background : rgb(141, 164, 171);
    text-decoration: none;
    border-color: rgb(236, 190, 92);
    display: block; 
    width: 100%;
    border-bottom: 1px solid #ECBE5C;
}

#sidebar_left .expand1_508 a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 5px 5px 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 0px; /* IE 6 */
    text-indent: 0px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    background: rgb(100, 126, 135);
    border-color : rgb(206, 190, 140);
    border-left: 5px solid #660000;
    border-right-width:  0px;
    display: block; 
    width: 100%;
    border-bottom: 1px solid rgb(236, 190, 92);
}
#sidebar_left .expand1_508 a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 5px 5px 5px 10px;
        *padding-right: 0px; /* IE 6 and IE 7 */
        _padding-right: 0px; /* IE 6 */
    text-indent: 0px;
    font-weight: normal;
    color: rgb(102, 0, 0);
    background: rgb(237, 208, 140);
    display: block; 
    width: 100%;
    border-bottom: 1px solid #ECBE5C;
    border-left: 5px solid #660000;
}
