﻿/*                                                                          */
/* 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.     */
/*                                                                          */

.debsflexmenu .ekflexmenu 
{
    color: black;
    width: 159px; 
    font-size: 95%;
    background: white;
    border-right: solid 1px white;
    border-bottom: solid 1px white;
   	text-decoration:none;
   	text-align:right;
   	float:right;
   	margin-right:4px;
   	margin-bottom:4px;
   	padding-bottom:10px;
}
.debsflexmenu .ekflexmenu_submenu,
.debsflexmenu .ekflexmenu_submenu_hover,
.debsflexmenu .ekflexmenu_submenu_parent,
.debsflexmenu .ekflexmenu_submenu_parent_hover
{
	position: relative;
	top: 0px;
	left: 0px;
}
.debsflexmenu UL 
{
	list-style: none;
	margin: 0px;
	padding-left:0px;
	
	
}
.debsflexmenu li
{
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom:solid 1px #b8b8b8;
   padding:2px 0px 2px 0px;
}
.debsflexmenu li li
{
	position: relative;
	top: 0px;
	left: 0px;
	border-bottom:none;
}

.debsflexmenu  .ekflexmenu_menu_level_0
{
    
    text-align:left;
    margin-left:0px;
    }
.debsflexmenu .ekflexmenu_submenu_items 
{
	
    
    
}

.debsflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.debsflexmenu .ekflexmenu_submenu_items .ekflexmenu_submenu_items, 
.debsflexmenu .ekflexmenu_submenu_items .ekflexmenu_submenu_items_hidden, 
.debsflexmenu .ekflexmenu_submenu_items_hidden .ekflexmenu_submenu_items_hidden
{
	border-bottom-width: 0px; 
    text-align:right;
    margin-right:10px;
    margin-left: 0px;
     width:90%;
}
.debsflexmenu .ekflexmenu_button
{
	display: block;
   padding:2px 0px 2px 0px;
    font-weight:normal;
    color: black;
    text-align:right;
    width: 100%;
    text-decoration: none;
}
.ekflexmenu_submenu_items li
{
	display: block;
   padding:2px 0px 2px 0px;
    font-weight:normal;
    color: black;
    text-align:right;
    width: 100%; 
    text-decoration: none;
}

.debsflexmenu .ekflexmenu_button:focus,
.debsflexmenu .ekflexmenu_button:hover,
.debsflexmenu .ekflexmenu_button_hover
{
	display: block;
   padding:2px 0px 2px 0px;
    font-weight: normal;
    color: black;
    background: white;
    text-align:right;
    width: 100%; 
    text-decoration: none;
}
.debsflexmenu .ekflexmenu_button_selected
{
    display: block;
   padding:2px 0px 2px 0px;
    font-weight: bold;
    color:black;
    background: white ; 
    text-align:right;
    width: 100%; 
    text-decoration: none;
}
.debsflexmenu .ekflexmenu_button_selected_hover
{
	display: block;
   padding:2px 0px 2px 0px;
    font-weight: bold;
    color:black;
    background: white ;
    text-align:right;
    width: 100%;
    text-decoration: none;
}
.debsflexmenu .ekflexmenu_submenu_items a img, 
.debsflexmenu .ekflexmenu_submenu_items_hidden a img 
{
	border-width: 0px;
}
.debsflexmenu .ekflexmenu_menu_level_1  a.ekflexmenu_link, 
.debsflexmenu .ekflexmenu_menu_level_1 a.ekflexmenu_link:link, 
.debsflexmenu  .ekflexmenu_menu_level_1 a.ekflexmenu_link:visited,
.debsflexmenu .ekflexmenu_menu_level_1 a.ekflexmenu_link:hover,
.debsflexmenu  .ekflexmenu_menu_level_1 a.ekflexmenu_link:active,
.debsflexmenu  .ekflexmenu_menu_level_1 a.ekflexmenu_link:focus  
{
    
   padding:2px 0px 2px 0px;
    font-weight:normal;
    font-size:90%;
    color: black;
    background: white ; 
    
    width: 100%; 
    text-decoration: none;
    margin-left:-5px;
    
    
}
.debsflexmenu a.ekflexmenu_link
{
	text-align:right;
    color:black;
    text-decoration: none;
    border-color: white;
	display: block; 
	width: 100%;
   padding:2px 0px 2px 0px;
}
.debsflexmenu a.ekflexmenu_link:hover, 
.debsflexmenu a.ekflexmenu_link:active, 
.debsflexmenu a.ekflexmenu_link:focus  
{
	text-align:right;
    color:black;
    background : white;
    text-decoration: none;
    border-color: white;
	display: block; 
	width: 100%;
   padding:2px 0px 2px 0px;
}
.debsflexmenu a.ekflexmenu_link_selected 
{
    text-align:right;
	color: black;
    background: white;
    border-color : white;
    text-decoration:none;
	display: block; 
	width: 100%;
	padding: 0px 0px 0px 0px;
    border-bottom: 1px solid white;
}
.debsflexmenu a.ekflexmenu_link_selected:hover {
	padding: 0px 0px 0px 0px;
    text-align:right;
	color: black;
    background: white;
    border-color : white;
	display: block; 
	width: 100%;
    border-bottom: 1px solid white;
    text-decoration:none;
   
}
.debsflexmenu  .ekflexmenu_menu_level_1  a.ekflexmenu_link_selected 
{
	text-align:right;
	color: black;
    background: white;
    border-color : white;
    text-decoration:none;
	display: block; 
	font-size:90%;
	width: 100%;
	padding: 0px 0px 0px 0px;    
	border-bottom: 1px solid white;
}
.debsflexmenu  .ekflexmenu_menu_level_1  a.ekflexmenu_link_selected:hover 
{
	padding: 0px 0px 0px 0px;
    text-align:right;
	color: black;
	font-size:90%;
    background: white;
    border-color : white;
	display: block; 
	width: 100%;
    border-bottom: 1px solid white;
    text-decoration:none;
   
}

