/*                                                                          */
/* 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.     */
/*                                                                          */

#ctl00_fm1 {margin:0px; padding:0px;  float:left;}
.veganflex .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: absolute;
	z-index:99;
    color:#122700;
    width: 825px;
    font-size: 12px;
    font-family: Sans-Serif;
    white-space: nowrap;
    text-decoration:none;
    margin-top:-2px;
}

* html .veganflex .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: absolute;
	z-index:99;
    color:#122700;
    width: 825px;
    font-size: 12px;
    font-family: Sans-Serif;
    white-space: nowrap;
    text-decoration:none;
    margin-top:-14px;
}


.veganflex A
{
	text-decoration: none;
}

.veganflex .ekflexmenu_submenu
{
	top: 0px;
	left: 0px;
	height: auto;
}

.veganflex .ekflexmenu_submenu_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}
.veganflex .ekflexmenu_submenu_parent
{
	top: 0px;
	left: 0px;
	height: auto;

}

.veganflex .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}



.veganflex UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.veganflex LI
{
	
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

.veganflex .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    background-image:none;
}

.veganflex .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.veganflex .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 120px;
}

.veganflex .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.veganflex .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.veganflex .ekflexmenu_button
{
    display: block;
    padding: 5px 0px;
    text-decoration:none;
	color:#122700;
	min-height:19px !important; 
    text-align:center;
    width: 100%;
}

.veganflex .ekflexmenu_button a:hover
{
    display: block;
    padding: 5px 0px;
    text-decoration:none;
    color:#122700;
	min-height:19px !important; 
    text-align:center;
    width: 100%;
}

.veganflex .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 0px;
    text-decoration:none;
    color:#122700;
    min-height:19px !important; 
    text-align:center;
    width: 100%;
}
.veganflex .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 0px;
    text-decoration:none;
    color:#122700;
   
    min-height:19px !important; 
    text-align:center;
    width: 100%;
    text-decoration: underline;
}
.veganflex .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
     text-decoration:none;
   color:#122700;
    min-height:19px !important; 
    text-align:center;
    width: 100%;
    text-decoration: underline;
}

.veganflex img 
{
	border-width: 0px;
}

.veganflex a.ekflexmenu_link, 
.veganflex a.ekflexmenu_link:link, 
.veganflex a.ekflexmenu_link:visited {
    padding: 0px 0px;
    text-indent: 10px;
    color:#122700;
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.veganflex a.ekflexmenu_link:hover, 
.veganflex a.ekflexmenu_link:active, 
.veganflex a.ekflexmenu_link:focus  {
    padding: 0px 0px;
    text-indent: 10px;
    color:#122700;
    
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}

.veganflex a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
	color:#122700;
    background: rgb(206, 190, 140);
    
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.veganflex a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
    text-indent: 10px;
	color:#122700;
    
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}


.veganflex .ekflexmenu_menu_level_0 {font-size: 1em; font-weight:bold; text-decoration:none;  }
.veganflex .ekflexmenu_menu_level_0 ul li { text-decoration:none; margin-right:3px; margin-left:3px; font-size: 1em; font-weight:bold; }
.veganflex .ekflexmenu_menu_level_1  { text-decoration:none; background:url(/images/menu/menuTopSlice.gif);  z-index:99; }
.veganflex .ekflexmenu_menu_level_1 ul li { text-decoration:none;   text-align:left !important;   width:140px; margin:0px;  font-weight:normal;}
.veganflex .ekflexmenu_menu_level_1 ul li a:hover {background-color:#3A4435 !important; color:#ADD221 !important;}
.veganflex .ekflexmenu_menu_level_2   { text-decoration:none; text-align:left !important; font-size:11px; font-weight:normal;  background-color:#CEE47A; border-bottom:1px solid #FFFFFF; }
.veganflex .ekflexmenu_menu_level_2 a  { text-decoration:none; text-indent:10px; text-align:left !important;  }
.veganflex .ekflexmenu_menu_level_2 a:hover  { text-decoration:none; background-color:#3A4435; color:#ADD221 !important;  }
.veganflex .ekflexmenu_submenu_items_hidden { text-decoration:none; text-align:left !important;  font-size:11px; font-weight:normal;  background-color:#CEE47A; border-bottom:1px solid #FFFFFF; }
.veganflex .ekflexmenu_menu_level_2 a  { background-color:#ADD221 !important; text-decoration:none; text-indent:10px; text-align:left !important;  }


.veganflex .ekflexmenu_link 
{	display: block !important; 
	padding: 5px 0px !important; 
    color:#122700 !important; 
    min-height:19px !important; 
    text-align:left !important; 
    width: 100% !important;  
    font-size:12px  !important; 
    font-weight:normal !important;   
    background-color:#CEE47A !important;  
    border-bottom:1px solid #FFFFFF !important; 
    text-decoration:none;
}
.veganflex .ekflexmenu_link a:hover
{	 
display: block !important; 
	padding: 5px 0px !important; 
   
  min-height:19px !important; 
    text-align:left !important; 
    width: 100% !important;  
    font-size:12px  !important; 
    font-weight:normal !important;   
    background-color:#3A4435 !important; color:#ADD221 !important;
    border-bottom:1px solid #FFFFFF !important; 
     text-decoration:none;
}
.veganflex.ekflexmenu_link a
{	 
display: block !important; 
	padding: 5px 0px !important; 
   
  min-height:19px !important; 
    text-align:left !important; 
    width: 100% !important;  
    font-size:12px  !important; 
    font-weight:normal !important;   
    background-color:#3A4435 !important; color:#ADD221 !important;
    border-bottom:1px solid #FFFFFF !important; 
     text-decoration:none;
}

.veganflex .ekflexmenu_link_selected

{	 
display: block !important; 
	padding: 5px 0px !important; 
    color:#122700 !important; 
   min-height:19px !important; 
    text-align:left !important; 
    width: 100% !important;  
    font-size:12px  !important; 
    font-weight:normal !important;   
    background-color:#CEE47A !important;  
    border-bottom:1px solid #FFFFFF !important; 
     text-decoration:none;
}



#mainmenuDiv ul li ul 
{
margin-left:0px;
margin-right:0px;
}