/*                                                                          */
/* 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.     */
/*                                                                          */


.navtopmenu .ekflexmenu 
{
    padding: 5px 5px 3px 0;    
    font-size: 10px;
    white-space: nowrap;
    float: right;    
    z-index:2100;
}

.navtopmenu A
{
    color: #FFFFFF;
    text-decoration: none;
}

.navtopmenu A:hover, .navtopmenu A:active 
{
    color: #31A5E3;
}

.navtopmenu .ekflexmenu_submenu,
.navtopmenu .ekflexmenu_submenu_hover,
.navtopmenu .ekflexmenu_submenu_parent,
.navtopmenu .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.navtopmenu UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.navtopmenu LI
{
	border-left: 1px solid #31A5E3;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0 12px 0 0;
}

.navtopmenu LI UL LI
{
	border: none;
	float: left;
	display: inline;
	position: relative;	
	padding: 5px 5px 5px 0;
    width:180px;
}

.navtopmenu .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
}

.navtopmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.navtopmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	top: 100%;
	float: none;
	width: 180px;
    background: #040e37;
    
}

.navtopmenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.navtopmenu .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.navtopmenu .ekflexmenu_button, 
.navtopmenu .ekflexmenu_button_hover, 
.navtopmenu .ekflexmenu_button_selected_hover, 
.navtopmenu .ekflexmenu_button_selected
{
    display: block;
    text-indent: 12px;
    width: 100%;
    padding: 0 0 0 0;    
/*  background: url(images/misc/arrow.gif) no-repeat right 50%;      */
    
}
.navtopmenu .ekflexmenu_button_hover
{    
    color: #FFFFFF;    
}

.navtopmenu .ekflexmenu_button_selected, 
.navtopmenu .ekflexmenu_button_selected_hover
{    
    color: #31A5E3;    
}

.navtopmenu img 
{
	border-width:0;
}

.navtopmenu a.ekflexmenu_link, 
.navtopmenu a.ekflexmenu_link:link, 
.navtopmenu a.ekflexmenu_link:visited {
    padding: 0px;
    text-indent: 12px;    
    text-decoration: none;
    display: block;
    width: 100%;
    white-space: normal;
}
.navtopmenu a.ekflexmenu_link:hover, 
.navtopmenu a.ekflexmenu_link:active, 
.navtopmenu a.ekflexmenu_link:focus  {
    padding: 0;
    text-indent: 12px;    
    text-decoration: none;
	display: block; 
	width: 100%;
    white-space: normal;
}

.navtopmenu a.ekflexmenu_link_selected, 
.navtopmenu a.ekflexmenu_link_selected:hover {
    padding: 0;
    text-indent: 12px;
	color: #31A5E3;
	display: block; 
	width: 100%;
    white-space: normal;
}
 