/*                                                                          */
/* 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.     */
/*                                                                          */

.leftnav	{
	/*  border-bottom: 7px solid #5683c3;  */
	float: left;
	width: 175px;
	margin: 0;
	clear: both;
	}	
	
.leftnav .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /* color: rgb(0, 0, 255); 
    /*width: 148px;*/
    /* font-size: 13px;
    font-family: Sans-Serif; */

}

.leftnav .ekflexmenu_submenu,
.leftnav .ekflexmenu_submenu_hover,
.leftnav .ekflexmenu_submenu_parent,
.leftnav .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	top: 0px;
	left: 0px;
}

.leftnav ul	{
	border-top: 1px dotted #a2ad00;
}
.leftnav ul ul	{
	border-top: none!important;
}

.leftnav UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	/*list-style: none;
	/*margin: 0px;
	padding: 0px;*/
}

.leftnav LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;*/
}

.leftnav .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
	list-style-type: none;
	width: 175px;
	/*  border-bottom: 7px solid #5683c3;  */
	clear: both;
}

.leftnav .ekflexmenu_menu_level_1
{
	border-bottom: 1px dotted #a2ad00;
}

.leftnav .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;
}

/* Button menu items, controls visibility of associated sub-menus */
.leftnav .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). */
    /* font-weight: bold;
    text-indent: 10px;
    color: rgb(150, 150, 255); */
	width: 160px;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	color: #21578A;
	/*border-bottom: 1px solid #003580;*/
	font-size: 13px;
	font-weight: 800;
	background-image: url(/images/nav-arrow-right.gif);
	background-position: 166px 10px;
	background-repeat: no-repeat;
	
	}

.leftnav .ekflexmenu_menu_level_1 .ekflexmenu_button:hover,
.leftnav .ekflexmenu_menu_level_1 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
	width: 160px;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	/*border-bottom: 1px solid #003580;*/
	font-size: 13px;
	font-weight: 800;
	color: #a2ad00;
	background-color: #fff;
	background-image: url(/images/nav-arrow-right.gif);
	background-position: 166px 10px;
	background-repeat: no-repeat;
}
.leftnav .ekflexmenu_menu_level_1 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    /*font-weight: bold;
    text-indent: 10px;
    text-decoration: underline;*/
	width: 160px;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	color: #005395;
	/*border-bottom: 1px solid #003580;*/
	font-size: 14px;
	font-weight: 800;
	background-image: url(/images/nav-arrow-down.gif);
	background-position: 166px 10px;
	background-repeat: no-repeat;
	
}
.leftnav .ekflexmenu_menu_level_1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    /* font-weight: bold;
    text-indent: 10px;
    text-decoration: underline; */
	width: 160px;
	display: block;
	text-decoration: none;
	padding: 5px 5px 5px 10px;
	color: #005395;
	/*border-bottom: 1px solid #003580;*/
	font-size: 14px;
	font-weight: 800;
	background-image: url(/images/nav-arrow-down.gif);
	background-position: 166px 10px;
	background-repeat: no-repeat;
	}
	
	
	.leftnav .ekflexmenu_menu_level_2 .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). */
    /* font-weight: bold;
    text-indent: 10px;
    color: rgb(150, 150, 255); */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	background-image: url(/images/nav-arrow-right.gif);
	background-position: 166px 8px;
	background-repeat: no-repeat;
	}

.leftnav .ekflexmenu_menu_level_2 .ekflexmenu_button:hover,
.leftnav .ekflexmenu_menu_level_2 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	color: #a2ad00;
	background-image: url(/images/nav-arrow-right-hack.gif);
	background-position: 166px 8px;
	background-repeat: no-repeat;
}
.leftnav .ekflexmenu_menu_level_2 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    /*font-weight: bold;
    text-indent: 10px;
    text-decoration: underline;*/
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	background-image: url(/images/nav-square.gif);
	background-position: 14px 9px;
	background-repeat: no-repeat;
}
.leftnav .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    /* font-weight: bold;
    text-indent: 10px;
    text-decoration: underline; */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	background-image: url(/images/nav-square.gif);
	background-position: 14px 9px;
	background-repeat: no-repeat;
	}

/* images */
.leftnav .ekflexmenu_submenu_items a img, 
.leftnav .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 */
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink, 
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link:link, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink:link, 
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link:visited,.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
    color: rgb(50, 50, 50);
    text-decoration: none; */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
}
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link:hover, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink:hover, 
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link:active, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink:active, 
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link:focus, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink:focus   {
	/* A; hovered version of ekflexmenu_link, see above... */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
    text-decoration: none; */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	color: #a2ad00;
	background-color: #fff;
/*  	background-image: url(/images/nav-arrow-right.gif);
	background-position: 12px 6px;
	background-repeat: no-repeat;  */
}

.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
	color: rgb(0, 89, 231); */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 800;
	background-image: url(/images/nav-square.gif);
	background-position: 14px 9px;
	background-repeat: no-repeat;
}
.leftnav .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:hover, .leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_buttonlink_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
	color: rgb(198, 211, 255); */
    width: 145px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 25px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 800;
/*  	background-image: url(/images/nav-arrow-right.gif);
	background-position: 12px 6px;
	background-repeat: no-repeat;  */
}




.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link, 
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link:link, 
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
    color: rgb(50, 50, 50);
    text-decoration: none; */
    width: 125px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 45px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	background-image: none!important;
}
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link:hover, 
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link:active, 
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
    text-decoration: none; */
    width: 125px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 45px;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 400;
	color: #a2ad00;
	background-color: #fff;
/*  	background-image: url(/images/nav-arrow-right.gif);
	background-position: 32px 6px;
	background-repeat: no-repeat;  */
}

.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
	color: rgb(0, 89, 231); */
    width: 125px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 45px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 800;
	background-image: url(/images/nav-square.gif);
	background-position: 34px 9px;
	background-repeat: no-repeat;
}
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:hover/*  ,
.leftnav .ekflexmenu_menu_level_2 ekflexmenu_submenu a.ekflexmenu_button_selected:hover  */ {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    /* padding: 0px 0px 0px 0px;
    text-indent: 10px;
	color: rgb(198, 211, 255); */
    width: 125px;
	display: block;
	text-decoration: none;
	padding: 3px 5px 3px 45px;
	color: #005395;
	border-bottom: 0!important;
	font-size: 13px;
	font-weight: 800!important;
/*  	background-image: url(/images/nav-sub-arrow.gif);
	background-position: 166px 8px;
	background-repeat: no-repeat;  */
}

.leftnav a.ekflexmenu_link_selected,
.leftnav a.ekflexmenu_button_selected,
.leftnav a.ekflexmenu_button_selected_hover	{
	font-weight: 800!important;
	}
	
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected,
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected_hover	{
	background-image: url(/images/nav-sub-arrow-down.gif);
	background-position: 165px 8px;
	background-repeat: no-repeat;
	}

.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_button,
.leftnav .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover {
	background-image: url(/images/nav-sub-arrow-right.gif)!important;
	background-position: 165px 8px;
	background-repeat: no-repeat;	
	} 
	
	
	
	
	
	
	
	
	