/*                                                                          */
/* 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.     */
/*                                                                          */


#menu
{
    
	position: relative;
	z-index: 100 !important;
}

.horizontal
{ 
}

.horizontal .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	margin: 0 auto;
    white-space: nowrap;
    height: 25px;
	padding: 0px;
	display: block;
	font-size: 12px;
	margin-left: auto; 
	margin-right: auto;
	width: 830px;
	text-transform: lowercase;
}

/* main menu items*/
.horizontal UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.horizontal LI
{
	float: left;
	
	padding: 0px;
	font-family: 'FuturaMedium';
	font-size: 14px;
	margin-top: 0px;
	text-align: center;	
	height: 20px;
	border: 0px none;
	line-height: 20px;
    padding-bottom: 5px;

}

.horizontal LI a
{
	float: left;
	display: inline;
	color: #333;

}
.horizontal LI a, .horizontal LI.full
{
	padding-left: 18px;
	padding-right: 18px;
}

.horizontal LI a:hover
{
	
}



.horizontal .ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link:hover{}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    display: block; 
    border-bottom: 0px solid ;
    white-space: normal;
    z-index: 100 !important;
}


.ekflexmenu_menu_level_1
{
    position: relative;
}


.horizontal .ekflexmenu_startlevel a
{
    color: #444; 
    height: 20px;
    border-right: 1px solid #999;
    letter-spacing: 0.08em;
}
.horizontal .ekflexmenu_startlevel:last-of-type a
{
    border: 0;
}

.horizontal .ekflexmenu_startlevel a:hover
{
 color: #8b1d1d; 
 height: 20px;
}

a.ekflexmenu_button_selected 
{
    color: #8b1d1d !important;
}






 /*holder of submenu ul > sub items*/
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	
	/*color: #375d91;*/
	
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items_hidden
{
	


}
/* hidden and visible sub items*/
.horizontal .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items_hidden, .horizontal .ekflexmenu_submenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    z-index: 100;
    position: absolute; 
}
/* submenu tray*/
.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
    display: none;
    position: absolute;
    text-align: left;
    box-shadow: 0 3px 2px -2px rgba(0,0,0,0.2);
    border-radius: 5px;
    border: 1px solid #acacac;
    background: white url('/images/backgrounds/menu.gif') top center repeat-y;
    padding: 0;
    margin: 0;
    left: -72px;
    background-color: #fff;
    top: 30px;
    width: 436px;
    text-transform: none;
}

/* submenu items  */
.horizontal UL LI UL LI
{
    display: inline;
    height: 24px;
    line-height: 24px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    position: relative;
    font-size: 12px;
    border-bottom: 1px solid #999;
    text-align: left;
}
.horizontal UL LI UL LI a
{
    position: relative;
    height: 24px !important;
    width: 182px;
    border: 0 !important;
    overflow: hidden;
}
.horizontal UL LI UL LI.full
{
    width: 182px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden a
{
    
    letter-spacing: 0.0em
}

.horizontal UL LI UL LI.ekflexmenu_startlevel:last-of-type a
{
    /*border: 0;*/
}


.horizontal UL LI UL LI a:hover, .horizontal UL LI UL LI a.ekflexmenu_link_selected:hover
{
        font-weight: normal;
}


.horizontal UL LI UL LI .ekflexmenu_link
{

}

.horizontal UL LI UL LI .ekflexmenu_link a
{
       height: 24px;
}





/* menu items in submenu level2*/
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	position: absolute;
	top: 100%;
	font-size: 12px;
	display: none;
	border: 0px;
	background-color: #fafafa;
	margin-left: 3px;
	padding:7px 0 5px 5px;
	text-align: left;
	color: #e43541;
	z-index: 100 !important;
	
}
/* level 3*/
.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0;
	margin-top: 20px;
	z-index: 99999 !important;
	width: 100%;
}



.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected_hover
.horizontal .ekflexmenu_button_visited
{
    
    
    text-decoration: none; 
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
}

.horizontal .ekflexmenu_link
{
	
	height: 40px; 
	float: left;
	border: 0px; 
	display: block;
	
}


.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus,
.horizontal a.ekflexmenu_link_selected
{
	color: #8b1d1d; 
	display: block; 
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_startlevel .ekflexmenu_submenu a:hover
{
	
}

.ekflexmenu_menu_level_0  a
{

}

.mainMenuHeading 
{
 
}
.mainMenuHeading a, .mainMenuHeading a:hover
{

}

.pointer1
{
    clear: both;
    position: absolute;
    top: -13px;
    left: 110px;
}