/*                                                                          */
/* 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:0;
	border:0;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    white-space: nowrap;
}

.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;
	margin: 0px;
	padding: 0px;
}

.mainmenu LI
{
	border: 0;
	float: left;
	display: inline;
	
	margin: 0px;
	padding: 0px;
	
}

.mainmenu .ekflexmenu_submenu_items 
{

}

.mainmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	left: 0px;
	top: 0px;
	float: left;
}
.mainmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
}

.mainmenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
}

.mainmenu .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.mainmenu .ekflexmenu_button
{
    display: block;
    padding:0px;
    text-align:center;
}
.mainmenu .ekflexmenu_button_hover
{
    display: block;
    padding: 0;
    text-align:center;
    width: 100%;
}
.mainmenu .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 0px;
    text-decoration: underline;
}
.mainmenu .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
    text-decoration: underline;
}

.mainmenu img 
{
	border-width: 0px;
}

.mainmenu a.ekflexmenu_link, 
.mainmenu a.ekflexmenu_link:link, 
.mainmenu a.ekflexmenu_link:visited {
    padding: 0px 0px;
    white-space: normal;
}
.mainmenu a.ekflexmenu_link:hover, 
.mainmenu a.ekflexmenu_link:active, 
.mainmenu a.ekflexmenu_link:focus  {
    padding: 0px 0px;
}

.mainmenu a.ekflexmenu_link_selected {
    padding: 0px 0px;
}
.mainmenu a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
}