﻿/*                                                                          */
/* 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.     */
/*                                                                          */

.mainmenu .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 5px 162px 5px 180px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    color: rgb(255, 255, 255);
    background-color:#7F8E39;
    width: 433px;
    font-size: 11px;
    white-space: nowrap;
    height:13px;
    min-height:13px;
    line-height:12px;
}

.mainmenu A
{
	text-decoration: none;
}

.mainmenu .ekflexmenu_submenu,
.mainmenu .ekflexmenu_submenu_hover,
.mainmenu .ekflexmenu_submenu_parent,
.mainmenu .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.mainmenu UL
{
	list-style: none;
	background:none;
	margin: 0px;
	padding: 0px;
}

.mainmenu LI
{
    list-style:none;
    background:none;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
}
.mainmenu LI.ekflexmenu_startlevel 
{
  border-right: 1px solid white;
  padding: 0px 18px;
}
.mainmenu LI.lastItem
{
    border:none;
}


.mainmenu .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    border: solid 1px black;
}

.mainmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	background:none repeat scroll 0 0;
    color:#FFFFFF;
    font-size:11px;
    margin:0px;
    border:none;
    padding:0px;
}

.mainmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items,
.mainmenu li.ekflexmenu_startlevel:hover ul
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 120px;
	text-align:left;
}
.mainmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items LI,
.mainmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items_hidden LI
{
    width:160px;
}

.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.mainmenu .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.mainmenu .ekflexmenu_button
{
    display: block;
    color:#ffffff;
    text-align:center;
    width: 100%;
    padding:0px;
    text-transform:lowercase;
}
.mainmenu .ekflexmenu_button_hover
{
    display: block;
    color:#ffffff;
    text-align:center;
    width: 100%;
    padding:0px;
    text-transform:lowercase;
}
.mainmenu .ekflexmenu_button_selected
{
    display: block;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    width: 100%;
    text-decoration: none;
    padding:0px;
    text-transform:lowercase;
}
.mainmenu .ekflexmenu_button_selected_hover
{
    display: block;
    color:#ffffff;
    font-weight:bold;
    text-align:center;
    width: 100%;
    text-decoration: none;
    padding:0px;
    text-transform:lowercase;
}


.mainmenu a.ekflexmenu_link, 
.mainmenu a.ekflexmenu_link:link, 
.mainmenu a.ekflexmenu_link:visited,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button,
.mainmenu a.ekflexmenu_link_selected,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected {
    padding: 3px 0px 3px 7px;
    color: #5C6B17;
    background: #D1E0A6;
    text-decoration: none;
    display: block;
    width: 100%;
    border-left:1px solid #9CAB5F;
    border-right:1px solid #9CAB5F;
    border-bottom: 1px solid black;
    white-space: normal;
    font-size:10px;
    font-weight:normal;
}
.mainmenu a.ekflexmenu_link:hover, 
.mainmenu a.ekflexmenu_link:active, 
.mainmenu a.ekflexmenu_link:focus,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button:hover,
.mainmenu a.ekflexmenu_link_selected:hover,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected:hover  {
    padding: 3px 0px 3px 7px;
    color: #5C6B17;
    background : #6DC2BB;
    text-decoration: none;
	display: block; 
	width: 100%;
    border-left:1px solid #9CAB5F;
    border-right:1px solid #9CAB5F;
    border-bottom: 1px solid black;
    white-space: normal;
    font-size:10px;
    font-weight:normal;
}

.mainmenu li.ekflexmenu_startlevel:hover ul
{
    display:block;
}

.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button:hover,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected,
.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_button_selected:hover 
{
    text-align:left;
}

