/*                                                                          */
/* 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.     */
/*                                                                          */

#NavColCell .expand1 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	
	
    font-family: Verdana, Arial, Helvetica, sans-serif; color: #333;
    padding: 0; margin: 0; width: 200px; list-style-type: none; font-size: 11px;

}

#NavColCell .expand1 .ekflexmenu_submenu,
#NavColCell .expand1 .ekflexmenu_submenu_hover,
#NavColCell .expand1 .ekflexmenu_submenu_parent,
#NavColCell .expand1 .ekflexmenu_submenu_parent_hover
{
	
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	
/*	top: 1px; */
	left: 0px;
	
}

#NavColCell .expand1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 200px; list-style-type: none; font-size: 11px; 
	 
}

#NavColCell .expand1 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	padding: 0; margin: 0; font-weight: bold; border-bottom: none; /*1px solid #577a8e;*/
	
}

#NavColCell .expand1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
   
    padding: 0; margin: 0; width: 200px; list-style-type: none; font-size: 11px;  background:  #204d67;
    text-decoration:none;
  
    
}

#NavColCell .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;
}
#NavColCell .expand1 a.ekflexmenu_menu_level_1 ekflexmenu_submenu ekflexmenu_startlevel 
{
	width: 200px;
	margin-left: 0px; /* indents menu items, accumulating with each nesting level */
	text-indent:5px;
	text-decoration:none;
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    color: #ffffff; 	
}
/* Nested menu items */
#NavColCell .expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
#NavColCell .expand1 .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
#NavColCell .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. */
	width: 200px;
	margin-left: 0px; /* indents menu items, accumulating with each nesting level */
	/*text-indent:5px;*/
	text-decoration:none;
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
    color: #ffffff; 
}

/* Button menu items, controls visibility of associated sub-menus */
#NavColCell .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). 
THE BACKGROUND COLOR OF ANY SUB CAT THAT IS IN VIEW BUT NOT CHOSEN. 

*/

    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #c3d2d4; /* FONT COLORS - #c1c1c1; = NORMAL GREY */
   background: #204d67; /*  background colors -  #819caa; = HOVER LIGHT GREY for this BG->#577a8e;=SUBLINKS MEDIUM BG 
						 #204d67; = DARKEST BG */
   
    text-decoration: none;
    width: 191px; /* 200px */ /* height: 20px;  line-height: 20px; */ 
    padding: 4px 0px 4px 9px; 
    display: block; 
    
}

#NavColCell .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). 
THE BACKGROUND COLOR OF ANY SUB CAT THAT IS IN VIEW BUT NOT CHOSEN. 

*/

    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #c3d2d4; /* FONT COLORS - #c1c1c1; = NORMAL GREY */
    background: #204d67; /*  background colors -  #819caa; = HOVER LIGHT GREY for this BG->#577a8e;=SUBLINKS MEDIUM BG 
						 #204d67; = DARKEST BG */
   
    text-decoration: none;
    width: 191px; /* 200px */ /* height: 20px;  line-height: 20px; */
    padding: 4px 0px 4px 9px; 
    display: block; 
   
}

#NavColCell .expand1 a.ekflexmenu_button:focus ,
#NavColCell .expand1 a.ekflexmenu_button:hover ,
#NavColCell .expand1 a.ekflexmenu_button_hover 
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #ffffff; background: #204d67; 
     text-decoration: none;
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */ 
    padding: 4px 0px 4px 9px; 
    display: block;
    text-decoration: none;
   
}

#NavColCell .expand1 .ekflexmenu_button:focus,
#NavColCell .expand1 .ekflexmenu_button:hover,
#NavColCell .expand1 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
    
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #ffffff; background: #204d67; 
     text-decoration: none;
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */ 
    padding: 4px 0px 4px 9px; 
    display: block;
    text-decoration: none;
   
}
#NavColCell .expand1 ekflexmenu_button_selected
{
	/* For the SUBCAT THAT WAS CLICKED ON. */
    margin: 0px 0px 0px 0px;
    
    font-weight: bold;
    color: #ffffff; background: #577a8e; border-bottom: none; 
    /* line-height: 20px;  */
    font-size: 10px;
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */
    padding: 4px 0px 4px 9px; 
    display: block; 
    text-decoration: none;
}
#NavColCell .expand1 ekflexmenu_button_selected_hover
{
	/* For the SUBCAT THAT WAS CLICKED ON. */
   
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #ffffff; background: #577a8e; border-bottom: none;  
    width: 191px; /* 200px */ /* height: 20px;  line-height: 20px; */
    padding: 4px 0px 4px 9px; 
    display: block; 
    text-decoration: none;
}

#NavColCell .expand1 a.ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
	background: url(/img/bg.subnav.highlight.gif) top right repeat-y #819CAA; 
    margin: 0px 0px 0px 0px;
    overflow: hidden; /* truncate what cannot fit */
    font-weight: bold;
    color: #ffffff; border-bottom: none;  
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */
    padding: 4px 0px 4px 9px; 
    display: block; 
    text-decoration: none;
}
#NavColCell .expand1 a.ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
	background: url(/img/bg.subnav.highlight.gif) top right repeat-y #819CAA; 
    overflow: hidden; /* truncate what cannot fit */
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #ffffff; border-bottom: none;  
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */
    padding: 4px 0px 4px 9px;  /* TODO: */
    display: block; 
    text-decoration: none;
}


#NavColCell .expand1 a.ekflexmenu_button_selected2
{
	/* A; selected version of .ekflexmenu_button, see above... */
	background: #577a8e; 
    margin: 0px 0px 0px 0px;
    overflow: hidden; /* truncate what cannot fit */
    font-weight: bold;
    color: #ffffff; border-bottom: none;  
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */
    padding: 4px 0px 4px 9px; 
    display: block; 
    text-decoration: none;
}

#NavColCell .expand1 a.ekflexmenu_button_selected_hover2
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
	background: #577a8e; 
    overflow: hidden; /* truncate what cannot fit */
    margin: 0px 0px 0px 0px;
    font-weight: bold;
    color: #ffffff; border-bottom: none;  
    width: 191px; /* 200px */ /* height: 20px; line-height: 20px; */
    padding: 4px 0px 4px 9px;  /* TODO: */
    display: block; 
    text-decoration: none;
}


/* images */
#NavColCell .expand1 .ekflexmenu_submenu_items a img, 
#NavColCell .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. */
	 overflow: hidden; /* truncate what cannot fit */
	 border-width: 0px;
	 overflow: hidden; /* truncate what cannot fit */
	 text-decoration:none;
	 border-top: 1px solid #577a8e; 
	 
	
}

/* SUB MENU Link menu items NOT BEING CLICKED ON*/ 
#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link, 
#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link:link, 
#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	overflow: hidden; /* truncate what cannot fit */
    border-bottom: none;
   /* height: 20px;  line-height: 20px; */
    color: #FFFFFF; display: block; font-weight: bold; 
    background: #577a8e;
    width: 181px; /* 200px */ 
    padding: 4px 0px 4px 19px;
    font-weight:normal;  font-size: 10px;
    text-decoration: none;
}

#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link DIV {
	width: 170px;
}

/* SUB MENU Link menu items NOT BEING CLICKED ON*/ 
#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link:hover, 
#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link:active, 
#NavColCell .expand1 .ekflexmenu_submenu_items a.ekflexmenu_link:focus{
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
   overflow: hidden; /* truncate what cannot fit */
   border-bottom: none;
   /* height: 20px; line-height: 20px; */ 
   color: #FFFFFF; display: block; font-weight: bold;  
   background: #819caa; 
   width: 181px; /* 200px */ 
   padding: 4px 0px 4px 19px;
   font-weight:normal;  font-size: 10px;
   text-decoration: none;

}


#NavColCell .expand1 a.ekflexmenu_link_selected {
	/* A; This is the link that is CLICKED ON FOR CONTENT Make a Special Mark on this for beadcrumb - selected version of ekflexmenu_link, see above... */
  overflow: hidden; /* truncate what cannot fit */
  text-decoration: none; font-size: 10px;
  width: 181px; /* 200px */ 
  padding: 4px 0px 4px 19px;
  /*height: 18px; line-height: 18px; */
  color: #FFFFFF; display: block; font-weight: bold; 
  border-top: 1px solid #577a8e;  border-bottom: none; /*1px solid #577a8e;  */
  background: url(/img/bg.subnav.highlight.gif) top right repeat-y #819caa; 
  
  text-decoration: none;
}
#NavColCell .expand1 a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
	 overflow: hidden; /* truncate what cannot fit */
  text-decoration: none; font-size: 10px;
  width: 181px; /* 200px */ 
  padding: 4px 0px 4px 19px;
  /* height: 18px;  line-height: 18px;  */
  color: #FFFFFF; display: block; font-weight: bold; 
  border-top: 1px solid #577a8e; border-bottom: none; /*1px solid #577a8e;  */
  background: url(/img/bg.subnav.highlight.gif) top right repeat-y #819caa; 
  }
  
  
  
  
  
  
  
  
  
  
  
  




  
/* SUB MENU Link menu items NOT BEING CLICKED ON*/ 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover:link, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover:visited,
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button:link, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
	 overflow: hidden; /* truncate what cannot fit */
   border-bottom: none;
   /* height: 20px;  line-height: 20px; */
    color: #FFFFFF; display: block; font-weight: bold; 
    background: #577a8e;
    width: 181px; /* 200px */ 
    padding: 4px 0px 4px 19px;
    font-weight:normal;  font-size: 10px;
    text-decoration: none;
}

/* SUB MENU Link menu items NOT BEING CLICKED ON*/ 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover:hover, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover:active, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover:focus,
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button:hover, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button:active, 
#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button:focus{
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
   overflow: hidden; /* truncate what cannot fit */
   border-bottom: none;
   /* height: 20px; line-height: 20px; */ 
   color: #FFFFFF; display: block; font-weight: bold; 
   background: #819caa; 
   width: 181px; /* 200px */ 
   padding: 4px 0px 4px 19px;
   font-weight:normal;  font-size: 10px;
   text-decoration: none;

}


#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected
{
  overflow: hidden; /* truncate what cannot fit */
  text-decoration: none; font-size: 10px;
  width: 181px; /* 200px */ 
  padding: 4px 0px 4px 19px;
  color: #FFFFFF; display: block; font-weight: bold; 
  border-top: 1px solid #577a8e; border-bottom: none; /*1px solid #577a8e;  */
  background: url(/img/bg.subnav.highlight.gif) top right repeat-y #819caa; 
}

#NavColCell .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected_hover
{
  overflow: hidden; /* truncate what cannot fit */
  text-decoration: none; font-size: 10px;
  width: 181px; /* 200px */ 
  padding: 4px 0px 4px 19px;
  color: #FFFFFF; display: block; font-weight: bold; 
  border-top: 1px solid #577a8e; border-bottom: none; /*1px solid #577a8e;  */
  background: url(/img/bg.subnav.highlight.gif) top right repeat-y #819caa; 
}


#NavColCell .ekflexmenu_submenu_items A DIV {
	width: 170px;
}


