/*                                                                          */
/* 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.     */
/*                                                                          */

.topmenubar .ekflexmenu
{
    /*padding: 10px 10px 10px 10px;*/
    padding: 0px 0px 0px 0px; /* DIV; wraps the entire menu */ /* (the outer-most non-user container element) */
    position: relative;
    text-align: center;
    color: rgb(255, 255, 255);
    /* width: 949px;*/
    font-size: 10px;
    font-family: Sans-Serif;
    white-space: nowrap;
    z-index: 9;
    left: 10px;
}

.topmenubar A
{
	text-decoration: none;
}

.topmenubar .ekflexmenu_submenu,
.topmenubar .ekflexmenu_submenu_hover,
.topmenubar .ekflexmenu_submenu_parent,
.topmenubar .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.topmenubar UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.topmenubar LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width:auto;
}

.topmenubar .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;     
}

.topmenubar .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	}
.topmenubar .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 105px;
	}

.topmenubar .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	}

.topmenubar .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.topmenubar .ekflexmenu_button
{
    background-position: #838383;
    display: block;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: #838383;
    text-align: center;
    margin-right: 2px;    
}
.topmenubar .ekflexmenu_button_hover
{
    display: block;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: #838383;
    text-align:center;
    margin-right: 2px;    
}
.topmenubar .ekflexmenu_button_selected
{
    display: block;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background:#838383;
    text-align:center;
    margin-right: 2px;    
    
}
.topmenubar .ekflexmenu_button_selected_hover
{
    display: block;
   font-weight: bold;
    color: rgb(255, 255, 255);
    background: #838383;
    text-align:center;
    margin-right: 2px;    
    
}

.topmenubar img 
{
	border-width: 0px;
}

.topmenubar a.ekflexmenu_link, 
.topmenubar a.ekflexmenu_link:link, 
.topmenubar a.ekflexmenu_link:visited 
{
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
   	text-indent: 0px;
	text-align:left;
    color: #000000;
    background: #f2f2f2;
    text-decoration: none;
    display: block;
    width: 120px;
    border-bottom: 1px solid #838383;
    white-space: normal;
    }
.topmenubar a.ekflexmenu_link:hover, 
.topmenubar a.ekflexmenu_link:active, 
.topmenubar a.ekflexmenu_link:focus  
{
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
	text-indent: 0px;
	text-align:left;
    color: #f2f2f2;
    background : #0089c6;
    text-decoration: none;
    border-color: #838383;
	display: block; 
	width: 120px;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}

.topmenubar a.ekflexmenu_link_selected 
{
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
    text-indent: 0px;
	text-align:left;
	color: #f2f2f2;
    background: #0089c6;
    border-color : #838383;
	display: block; 
	width: 120px;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.topmenubar a.ekflexmenu_link_selected:hover 
{
	padding-top: 5px;
	padding-bottom: 5px;
    padding-left: 5px;
    text-indent: 0px;
	text-align:left;
	color: #f2f2f2;
    background: #0089c6;
    border-color : #838383;
	display: block; 
	width: 120px;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
