/*                                                                          */
/* 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.     */
/*                                                                          */

.list1 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /*color: rgb(0, 0, 255);*/
    /*width: 148px;*/
    /*font-size: 12px;*/ 
    /*font-family: Sans-Serif;*/
	margin-top:50px;
    
}

.list1 .ekflexmenu_submenu,
.list1 .ekflexmenu_submenu_hover,
.list1 .ekflexmenu_submenu_parent,
.list1 .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	top: 0px;
	left: 0px;
	
}

.list1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	/*margin: 0px;
	padding: 0px;*/
	
}

.list1 LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	/*display:inline;
	margin: 0px;
	padding: 0px;   */
	 background-image: url(../images/9x8navtree.gif);
   background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left:20px;  
	
}

.list1 .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    /*overflow: hidden;  truncate what cannot fit */
}

.list1 .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;
}
/*--------------------------------------------0000000*/
/* Button menu items, controls visibility of associated sub-menus */
.list1 .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);*/
    /*display:block;
    padding-left:20px;   */
    /*background-image: url(../images/9x8navtree.gif);
   background-repeat: no-repeat;
	background-position: 5px 3px;   */
	 color:#000;
	
	
}
 /*--------------------------------------------0000000*/
.list1 .ekflexmenu_button:hover,
.list1 .ekflexmenu_button_hover
{ 
	/* A; hovered version of .ekflexmenu_button, see above... */
  font-weight: bold;
    /* text-indent: 10px;	 
    padding-left:20px;	
  background-image: url(../images/9x8navtree_selected.gif);
  background-repeat: no-repeat; 
  background-position: 5px 3px;*/
	
    
 }


.list1 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
   font-weight: bold;  
    
    /*  text-indent: 10px;
    padding-left:20px;   */
    text-decoration: underline;
   /*background-image: url(../images/9x8navtree_selected.gif);
   background-repeat: no-repeat; 
   background-position: 5px 3px;*/
  
}
.list1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    font-weight: bold;
    /*padding-left:20px;
     text-indent: 10px;*/
    text-decoration: underline;
    /* background-image: url(../images/9x8navtree_selected.gif);
   background-repeat: no-repeat; 
   background-position: 5px 3px;*/
    
}

/* images */
.list1 .ekflexmenu_submenu_items a img, 
.list1 .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;
}
/*--------------------------------------------0000000*/
/* Top level Link menu items */
.list1 li a.ekflexmenu_link, 
.list1 li a.ekflexmenu_link:link, 
.list1 li a.ekflexmenu_link:visited
{
	 color:#000;
	/*padding-left:20px;	*/
	
   /* background-image: url(../images/9x8navtree.gif);
   background-repeat: no-repeat;
	background-position: 5px 3px;*/
	
}
.list1 li:hover,
.list1 li:active,
.list1 li:focus

{	 
	background-image: url(../images/9x8navtree_selected.gif);
	background-repeat: no-repeat; 
	background-position: 5px 6px;
	
}

.list1 li li

{
	background-image: url(../images/9x8navtreesubmenu.gif);
	background-repeat: no-repeat;
	background-position: 5px 6px;
	padding-left:20px;
}
.list1 li li:hover,
.list1 li li:active,
.list1 li li:focus
{
	
    background-image: url(../images/9x8navtreesubmenu_selected.gif);
   background-repeat: no-repeat;
	background-position: 5px 6px;
}

/*--------------------------------------------0000000*/
.list1 li a.ekflexmenu_link:hover, 
.list1 li a.ekflexmenu_link:active, 
.list1 li a.ekflexmenu_link:focus  
{
	font-weight: bold;
	color:#bd0421;
	  
   /* padding-left:20px;
     text-indent: 10px;*/
			
    /*background-image: url(../images/9x8navtree_selected.gif);
   background-repeat: no-repeat; 
   background-position: 5px 3px;*/
	
}
.list1 li a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    font-weight: bold;
     
    /* text-indent: 10px;
    padding-left:20px;
    text-decoration: underline;
   background-image: url(../images/9x8navtree_selected.gif);
   background-repeat: no-repeat; 
   background-position: 5px 3px;*/
    
}
.list1 li a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    font-weight: bold;
	  
    /* padding-left:20px;
    text-indent: 10px;
    text-decoration: underline;
     background-image: url(../images/9x8navtree_selected.gif);
   background-repeat: no-repeat; 
   background-position: 5px 3px;*/
 
}

/* sub level Link menu items */
.list1 li li a.ekflexmenu_link, 
.list1 li li a.ekflexmenu_link:link, 
.list1 li li a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    padding: 0px 0px 0px 0px;
    /*text-indent: 10px;*/
    text-decoration: none;
    /*background-image: url(../images/9x8navtreesubmenu.gif);
   background-repeat: no-repeat;
	background-position: 15px 3px;*/
}
.list1 li li a.ekflexmenu_link:hover, 
.list1 li li a.ekflexmenu_link:active, 
.list1 li li a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
    
      /*text-indent: 10px;*/
    text-decoration: none;
    /*background-image: url(../images/9x8navtreesubmenu_selected.gif);
   background-repeat: no-repeat;
	background-position: 15px 3px;*/
    
}

.list1 li li a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
      /*text-indent: 10px;*/
	 /*background-image: url(../images/9x8navtreesubmenu_selected.gif);
   background-repeat: no-repeat;
	background-position: 15px 3px;*/
}
.list1 li li a.ekflexmenu_link_selected:hover {
	/* A; selected and hovered version of ekflexmenu_link, see above... */
    padding: 0px 0px 0px 0px;
     /*text-indent: 10px;*/
	  
	/*background-image: url(../images/9x8navtreesubmenu_selected.gif);
   background-repeat: no-repeat;
	background-position: 15px 3px;   */
}