/*                                                                          */
/* 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.     */
/*                                                                          */


.horizontal .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	margin: 0 auto;
	
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    white-space: nowrap;
    z-index:1;
    border:0px;
    background-color: #134b8e;
    float: left;
    display: block;
    clear:both;
}

.horizontal UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.horizontal LI
{
	float: left;
	position: relative;
	display: block;
	padding: 0px 0px 0px 0px;
    
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	min-width:50px;
	_width:50px;
	
}

.horizontal LI a
{
    float:left;
    display: inline;
	position: relative;
	padding: 6px 16px 4px 16px;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:20px;
    height:20px;
	
}

.horizontal LI a:hover 
{
    background-color: #3a6ead;
}


.horizontal .ekflexmenu_submenu_items 
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0px;
	color: #FFF;
	
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0px;
	color: #FFF;
	
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items_hidden
{
	display: none;
}

.horizontal UL LI UL LI
{
	border: 0px; 
	clear: both; 
	position: relative;
	}

.horizontal UL LI UL LI .ekflexmenu_link
{
	width: 300px; 
	text-align: left; 
	position: relative; 
	z-index: 100 !important;
	color: #FFF;
	left:0px; 
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	position: absolute;
	left: -110px;
	top: 100%;
	display: block;
	border: 0px;
	background-color: #3a6ead;
	margin-left: 3px;
	color: #FFF;
	z-index: 100 !important;
	float:none;
	
		
}




.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items   .ekflexmenu_button
{
	display: block;
	width:100%;
	text-align:left;
}


.horizontal .ekflexmenu_menu_level_1  a.ekflexmenu_link:hover, 
.horizontal .ekflexmenu_menu_level_1  a.ekflexmenu_link:active, 
.horizontal .ekflexmenu_menu_level_1  a.ekflexmenu_link:focus  {
      background-color: #134b8e;

  }

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	margin-top: 5px;
	z-index: 99999 !important;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}




