/*                                                                          */
/* 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.     */
/*                                                                          */

.toolbox .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
   	width: 175px; /* can be overridden in the primary div-containers (whose class = ekflexmenu) style */
   	margin:0px 0px 0px 5px;
}

.toolbox .ekflexmenu_submenu,
.toolbox .ekflexmenu_submenu_hover,
.toolbox .ekflexmenu_submenu_parent,
.toolbox .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	position: relative;
	top: 0px;
	left: 0px;
}

.toolbox UL 
{
	/* UL; a container for menu list items (useful for non-graphical browsers). */
	list-style: none;
	display:inline;
	margin: 0px;
	padding: 0px;
}

.toolbox LI
{
	/* LI; container for menu items (typically either links or sub-menus). */
	display:inline;
	margin: 0px;
	padding: 0px;
}

.toolbox .ekflexmenu_submenu_items {
	/* DIV; container for menu lists. */
    overflow: hidden; /* truncate what cannot fit */
    /*border-bottom: solid 2px rgb(71, 71, 71);*/
}

.toolbox .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 */
/*.toolbox .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items, */
.toolbox LI.ekflexmenu_startlevel,
.toolbox .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.toolbox .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: 5px; /* indents menu items, accumulating with each nesting level */
    border-bottom-width: 0px; /* prevents bottom border from accumulating, with each level of nesting */
}

.toolbox .ekflexmenu_button,
.toolbox .ekflexmenu_button:active,
.toolbox .ekflexmenu_button:visited,
.toolbox .ekflexmenu_button:focus,
.toolbox .ekflexmenu_button:hover,
.toolbox .ekflexmenu_button_hover,
.toolbox .ekflexmenu_button_selected,
.toolbox .ekflexmenu_button_selected_hover
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
	height:20px;
	vertical-align:middle;
	border-bottom:solid 1px #cccccc;
    padding: 5px 0px 0px 20px;    
    display: block;
    background-image: url(../images/Pi_blauwpijltje_box.gif);
	background-repeat: no-repeat;
	background-position: left;
}

.toolbox .ekflexmenu_button:focus,
.toolbox .ekflexmenu_button:hover,
.toolbox .ekflexmenu_button_hover,
.toolbox .ekflexmenu_button_hover:visited,
.toolbox .ekflexmenu_button_hover:active,
.toolbox .ekflexmenu_button_hover:hover,
.toolbox .ekflexmenu_button_selected,
.toolbox .ekflexmenu_button_selected:visited,
.toolbox .ekflexmenu_button_selected:active
.toolbox .ekflexmenu_button_selected_hover,
.toolbox .ekflexmenu_button_selected_hover:visited,
.toolbox .ekflexmenu_button_selected_hover:active
{
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #666666;
    text-decoration: none;
	height:20px;
	vertical-align:middle;
	border-bottom:solid 1px #cccccc;
    padding: 5px 0px 0px 20px;    
    display: block;
    background-image: url(../images/Pi_blauwpijltje_box.gif);
	background-repeat: no-repeat;
	background-position: left;
    color: #0458AA;
    text-decoration: none;
}
