/*                                                                          */
/* 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.     */
/*           

                                                            */
html, body
{margin-top:0px;
 margin-bottom:0px;
 margin-left:0px;
 margin-right:0px;
 padding:0;
 z-index:0;
 left:0px;
 top:0px;
 position:absolute;
}

.list1 .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    width: 168px;   
    color: #3b637c;
    font-size: 11px;
    font-family: Arial;
    margin-left: 0px;
    margin-top: 15px;
   
}

.list1 .ekflexmenu_submenu,
.list1 .ekflexmenu_submenu_hover,
.list1 .ekflexmenu_submenu_parent,
.list1 .ekflexmenu_submenu_parent_hover
{
    color: #3b637c;
    font-size: 11px;
    font-family: Arial;
    margin-left: 0px;
      margin-right:9px;
}

.list1 UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers).
The margin-top here is where you control the top alignment of the navigation. */

	
	margin-left: 4px;
list-style-image: url(../images/spacer.gif);
list-style-position: outside;
	padding: 0px;
	font-size: 11px;
	font-family: Arial;
	text-decoration: none;
	
}

.list1 LI
{
    /* LI; container for menu items (typically either links or sub-menus). */
    font-size: 11px;
    font-family: Arial;
    text-decoration: none;
    line-height: 13px;
    margin-top: 10px;
    background-color: transparent;
}

.list1 a:link
{
    font-size: 11px;
    color: #3b637c;
    text-decoration: none;
}
.list1 a:visited
{
	font-size: 11px;
	Color: #3b637c;
	text-decoration: none;

}
.list1 a:active
{
	font-size: 11px;
	Color: #3b637c;
	text-decoration: none;
}
.list1 a:hover
{
	font-size: 11px;
	Color: #0d92AF;
	text-decoration: none;
	
}

.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;
}

/* 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). */
   color: #3b637c;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    margin-right:9px;
    margin-top:0px;
   
}

.list1 .ekflexmenu_button:hover,
.list1 .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
     color: #3b637c;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    margin-right:9px;
       margin-top:0px;
       
}
.list1 .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
    color: #3b637c;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    margin-right:9px;
       margin-top:0px;
       
}
.list1 .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
    color: #3b637c;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    font-family: Arial;
    margin-right:9px;
       margin-top:0px;
 
}

/* 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;
}

/* Link menu items */
.list1 a.ekflexmenu_link, 
.list1 a.ekflexmenu_link:link, 
.list1 a.ekflexmenu_link:visited {
	/* A; link for individual menu items (CMS quicklink, external link, etc.). */
    margin-left: 7px;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    font-size: 11px;
    font-family: Arial;
    font-weight: normal;
    display: block;
    padding-right: 0px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
  
}
.list1 a.ekflexmenu_link:hover, 
.list1 a.ekflexmenu_link:active, 
.list1 a.ekflexmenu_link:focus  {
	/* A; hovered version of ekflexmenu_link, see above... */
    color: #000000;
    text-decoration: none;
   background-color: transparent;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    display: block;
    padding-right: 0px;
    padding-left: 2px;
    padding-bottom: 0px;
     padding-top: 0px; 
    margin-left:7px;
}

.list1 a.ekflexmenu_link_selected {
	/* A; selected version of ekflexmenu_link, see above... */
    margin-left: 7px;
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    display:block;
    padding-right: 0px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
 
}
.list1 a.ekflexmenu_link_selected:hover
{
    /* A; selected and hovered version of ekflexmenu_link, see above... */
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    font-size: 11px;
    font-family: Arial;
    font-weight: bold;
    display: block;
    padding-right: 0px;
    padding-left: 2px;
    padding-bottom: 0px;
    padding-top: 0px;
    margin-left: 7px;
}