/*                                                                          */
/* 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 a {  overflow: hidden; white-space:nowrap; }

.expand1 { overflow:hidden; white-space:nowrap;}

.expand1 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    color: rgb(255, 255, 255);
    width: 200px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
    font-size: 90%;
    background:transparent;
    overflow: hidden;
	float: left;
	width: 202px;
	height:auto !important;
	background-image:url(images/common/background_leftnav.jpg);
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: dashed 1px white;
}

.expand1 .ekflexmenu_submenu 
{
	overflow: hidden; 
	font-weight:bold;
}

.expand1 .ekflexmenu_submenu .ekflexmenu_startlevel 
{
	border-bottom: dashed 1px white; 
}

.expand1 .ekflexmenu_submenu .ekflexmenu_startlevel li
{
	border-bottom: none; 
}



.expand1 .ekflexmenu_submenu_hover
{
	overflow: hidden; 
}

.expand1 .ekflexmenu_submenu_parent
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
    overflow: hidden;
	color: Red;	
}

.expand1 .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
    overflow: hidden;
}

.expand1 .ekflexmenu_menu_level_1 .ekflexmenu_submenu, 
.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_submenu, 
.expand1 .ekflexmenu_menu_level_1 .ekflexmenu_submenu a:hover, 
.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_submenu a:hover
{
	border-bottom-style: none;
}

.expand1 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	padding-top: 5px;	
} 

.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items 
{
	padding-top: 2px;	
} 

.expand1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
    overflow: hidden;
}

.expand1 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
    overflow: hidden;
}

.expand1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
}

.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: 0px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    overflow: hidden;
}

/* Button menu items, controls visibility of associated sub-menus */
.expand1 .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: 10px 0px 10px 0px;
	color: white;
	font-weight: bold;
	font-size: 105%;
	background: transparent;
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    overflow: hidden;
    border-bottom: none;
    text-indent: 20px;
	background-image: url(../images/common/mainnav_arrow_closed.gif);
	background-position: 5px 15px;
	background-repeat: no-repeat;
    
}

.expand1 .ekflexmenu_menu_level_1 .ekflexmenu_button 
{
	font-size: 100%;	
}


.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_button 
{
	text-indent: 30px;
	background-image: url(../images/common/subnav_arrow_closed.gif);
	background-position: 21px 6px;
	background-repeat: no-repeat;
	font-size: 10.5px;
	border-bottom-style:none;
    padding: 3px 0px 3px 0px;
}

.expand1 .ekflexmenu_menu_level_3 .ekflexmenu_button 
{
	text-indent: 50px;
	background-image: url(../images/common/subnav_arrow_closed.gif);
	background-position: 41px 6px;
	background-repeat: no-repeat;	
	font-size: 10.5px;
    padding: 3px 0px 3px 0px;
}


/* ------------------------------------------------------------ */


.expand1 .ekflexmenu_button:focus,
.expand1 .ekflexmenu_button:hover,
.expand1 .ekflexmenu_button_hover
{
    display: block;
    padding: 10px 0px 10px 0px;
	font-weight: bold;
	font-size: 105%;
    color: #f6d307;				/*Yellow*/
    text-indent: 0px;
    text-decoration: none;
    width: 100%; /* capture on-click for entire row that the button occupies */
	overflow: hidden;
    text-indent: 20px;
	background-image: url(../images/common/mainnav_arrow_closed.gif);
	background-position: 5px 15px;
	background-repeat: no-repeat;
}


.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_button:focus, 
.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_button:hover, 
.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_button_hover
{
	color: #f6d307;
	text-indent: 30px;
	text-decoration: none;
	background-image: url(../images/common/subnav_arrow_closed.gif);
	background-position: 21px 6px;
	background-repeat: no-repeat;	
	border-bottom-style:none;
	font-size: 10.5px;
    padding: 3px 0px 3px 0px;
}

.expand1 .ekflexmenu_menu_level_3 .ekflexmenu_button:focus, 
.expand1 .ekflexmenu_menu_level_3 .ekflexmenu_button:hover, 
.expand1 .ekflexmenu_menu_level_3 .ekflexmenu_button_hover
{
	color: #f6d307;
	text-indent: 50px;
    text-decoration: none;
	background-image: url(../images/common/subnav_arrow_closed.gif);
	background-position: 41px 6px;
	background-repeat: no-repeat;	
	font-size: 10.5px;
    padding: 3px 0px 3px 0px;
}




/* ------------------------------------------------------------ */

.expand1 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    display: block;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    color: #f6d307;				/*Yellow*/
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    overflow: hidden;
    border-bottom: none;
    text-indent: 20px;
	background-image: url(../images/common/mainnav_arrow_opened.gif);
	background-position: 5px 15px;
	background-repeat: no-repeat;
	
}

.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_button_selected 
{
	text-indent: 30px;
    text-decoration: none;
	background-image: url(../images/common/subnav_arrow_opened.gif);
	background-position: 21px 6px;
	background-repeat: no-repeat;		
	font-size: 10.5px;
	border-bottom-style: none;
    padding: 3px 0px 3px 0px;
}

.expand1 .ekflexmenu_menu_level_3 .ekflexmenu_button_selected
{
	text-indent: 50px;
    text-decoration: none;
	background-image: url(../images/common/subnav_arrow_opened.gif);
	background-position: 41px 6px;
	background-repeat: no-repeat;	
	font-size: 10.5px;
    padding: 3px 0px 3px 0px;
}





/* ------------------------------------------------------------ */

.expand1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    display: block;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    color: #f6d307;				/*Yellow*/
    text-indent: 0px;
    width: 100%; /* capture on-click for entire row that the button occupies */
    text-decoration: none;
    text-indent: 20px;
	background-image: url(../images/common/mainnav_arrow_opened.gif);
	background-position: 5px 15px;
	background-repeat: no-repeat;
}


.expand1 .ekflexmenu_menu_level_1 .ekflexmenu_button_selected_hover 
{
	color: #f6d307;
	font-size: 100%;
	border-bottom-style: none;
    text-decoration: none;
}

.expand1 .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover 
{
	color: #f6d307;
	text-indent: 30px;
    text-decoration: none;
	background-image: url(../images/common/subnav_arrow_opened.gif);
	background-position: 21px 6px;
	background-repeat: no-repeat;		
	font-size: 10.5px;
	border-bottom-style: none;
    padding: 3px 0px 3px 0px;
}

.expand1 .ekflexmenu_menu_level_3 .ekflexmenu_button_selected_hover
{
	color: #f6d307;
	text-indent: 50px;
    text-decoration: none;
	background-image: url(../images/common/subnav_arrow_opened.gif);
	background-position: 41px 6px;
	background-repeat: no-repeat;	
	font-size: 10.5px;
	border-bottom-style: none;
    padding: 3px 0px 3px 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;
}

.ekflexmenu_submenu_items a:hover { color:#f6d307 /*Yellow*/;  }
/* Do we change the triangle image when one hovers over a button. Currently, no. */


/* ------------------------------------------------------------ */

/* 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: 3px 0px 3px 0px;
    text-indent: 0px;
    color: white;
	background-color: Transparent;
    text-decoration: none;
    display: block; /* force one link per row */
    width: 100%; /* fill entire row with link */
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link, 
.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link:link, 
.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link:visited {
    text-indent: 30px;
    color: white;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link, 
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link:link, 
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link:visited {
    text-indent: 50px;
    color:white;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link, 
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link:link, 
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link:visited {
    text-indent: 70px;
    color:white;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

/* ------------------------------------------------------------ */

/* ------------------------------------------------------------ */
.expand1 a.ekflexmenu_link:hover, 
.expand1 a.ekflexmenu_link:active, 
.expand1 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 3px 0px 3px 0px;
    color:#f6d307 /*Yellow*/;
    background: none;
    text-decoration: none;
    border-style: none;
	display: block; 
	width: 100%;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link:hover, 
.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link:active, 
.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 3px 0px 3px 0px;
    color:#f6d307 /*Yellow*/;
    text-indent: 30px;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link:hover, 
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link:active, 
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 3px 0px 3px 0px;
    color:#f6d307 /*Yellow*/;
    text-indent: 50px;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}


.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link:hover, 
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link:active, 
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 3px 0px 3px 0px;
    color:#f6d307 /*Yellow*/;
    text-indent: 70px;
	/* Just Added */
    text-decoration: none;
    border-bottom: none; /*1px solid rgb(220, 220, 220);*/
	font-size: 10.5px;
}

/* ------------------------------------------------------------ */

.expand1 a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 3px 0px 3px 0px;
    margin:  0px 0px 0px 0px;
    text-indent: 0px;
    text-decoration: none;
    color:#f6d307;				/*Yellow*/
    background: none;
    border-style: none;
	display: block; 
	width: 100%;
	font-size: 10.5px;
}

.expand1 .ekflexmenu_menu_level_1  a.ekflexmenu_link_selected 
{ 
    text-indent: 30px; 
	color: #f6d307;
}
.expand1 .ekflexmenu_menu_level_2  a.ekflexmenu_link_selected 
{ 
    text-indent: 50px; 
	color: #f6d307;
}
.expand1 .ekflexmenu_menu_level_3  a.ekflexmenu_link_selected 
{ 
    text-indent: 70px; 
	color: #f6d307;
}

/* ------------------------------------------------------------ */

.expand1 a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 3px 0px 3px 0px;
    margin:  0px 0px 0px 0px;
    text-indent: 0px;
    text-decoration: none;
    color:#f6d307;				/*Yellow*/
    background: none;
    border-style: none;
	display: block; 
	width: 100%;
	font-size: 10.5px;
}


.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:hover,
.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:active,
.expand1 .ekflexmenu_menu_level_1 a.ekflexmenu_link_selected:focus 
{
    text-indent: 30px;
	color: #f6d307;
}
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:hover, 
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:active,
.expand1 .ekflexmenu_menu_level_2 a.ekflexmenu_link_selected:focus
{
    text-indent: 50px;
	color: #f6d307;
}
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected:hover, 
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected:active, 
.expand1 .ekflexmenu_menu_level_3 a.ekflexmenu_link_selected:focus 
{
    text-indent: 70px;
	color: #f6d307;
}


/* ------------------------------------------------------------ */
.expand1 .ekflexmenu_menu_level_1
{
	background-image:url(images/common/subnav_arrow_closed.gif);
	background-position:10px 12px;
	background-repeat: no-repeat;
	font-size:125%;
	font-weight:bold;
	color:green;
	padding: 0px 0px 0px 0px;
 }

.expand1 .ekflexmenu_menu_level_1:active  
{
	color:red;	
}

.expand1 .ekflexmenu_menu_level_2,
.expand1 .ekflexmenu_menu_level_2:active  
{
	background-image:url(images/common/subnav_arrow_closed.gif);
	background-position:10px 12px;
	background-repeat: no-repeat;
	font-size:75%;
	color:red;
 }

.expand1 .ekflexmenu_menu_level_2:hover {color:Red;}


.expand1 .ekflexmenu_menu_level_3,
.expand1 .ekflexmenu_menu_level_3:active   
{
	background-image:url(images/common/subnav_arrow_closed.gif);
	background-position:10px 12px;
	background-repeat: no-repeat;
	font-size: 75%;
	color:red;
 }

