/*                                                                          */
/* 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;*/
	
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	margin: 0 auto;
    width: 900px;
    white-space: nowrap;
    color: #404040;
    height: 15px;
	padding: 0px;
	display: block;
	font-family: Tahoma; 
	font-size: 12px;
	position: relative;
	float: left;
	margin-left: 5px; 
	z-index: 100 !important;
}

.horizontal UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	color: #404040;	
}
.horizontal LI
{
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	font-family: Tahoma; 
	font-size: 12px;
	color: #404040;
	margin-top: 0px;
	border-right: 1px solid #b0b0b0;
	text-align: center;	
}

.horizontal LI
{
    color: #404040;
    width: 90px;
    padding-bottom: 5px;
}
.horizontal LI a
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	width: 90px;
	height: 15px;
	font-family: Tahoma; 
	font-size: 12px;
	color: #404040;
	text-decoration: none;
	font-weight: bold;	
}

.horizontal LI a:hover
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	width: 90px;
	height: 15px;
	font-family: Tahoma; 
	font-size: 12px;
	color: #e43541;
	text-decoration: none;
	font-weight: bold;
	
}
 
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0px;
	color: #404040;
	
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items_hidden
{
	display: none;
	color: #404040;
}

.horizontal UL LI UL LI
{
	width: 150px;
	border: 0px; 
	clear: both; 
	height: 20px; 
	font-weight: normal; 
	position: relative; 
	color:#404040;
}


.horizontal UL LI UL LI .ekflexmenu_link
{
	width: 150px; 
	text-align: left; 
	position: relative; 
	z-index: 100 !important;
	color: #404040; 
}

.horizontal UL LI UL LI .ekflexmenu_link a
{
	text-align: left; 
	font-weight: normal;
	color: #404040;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	position: absolute;
	left: 0px;
	top: 100%;
	font-family: Tahoma; 
	font-size: 12px;
	display: block;
	border: 0px;
	background-color: #fafafa;
	margin-left: 3px;
	padding:7px 0 5px 5px;
	text-align: left;
	color: #e43541;
	width: 150px;
	z-index: 100 !important;
}

.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;
}

.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected_hover
.horizontal .ekflexmenu_button_visited
{
    color: #404040;
    width: 90px;
    height: 15px;
    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
{
	padding: 0px;
	height: 15px; 
	float: left;
	border: 0px; 
	display: block;
	color: #404040;
}

.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus,
.horizontal a.ekflexmenu_link_selected
{
	color: #e43541; 
	padding: 0px; 
	height: 15px;  
	border: 0px; 
	display: block; 
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_startlevel .ekflexmenu_submenu a:hover
{
	color: #e43541;
}

.horizontal .ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link:hover{color: #e43541;}

/*f

.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 0px;
    font-weight: bold;
    color: #404040;
    
    text-align:center;
    width: 100%;
    font-family: Tahoma;  font-size: 12px;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 0px;
    font-weight: bold;
    color: #404040;
    
    text-align:center;
    width: 100%;
    text-decoration: underline;
    font-family: Tahoma;  font-size: 12px;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 0px;
    font-weight: bold;
    color: #404040;
    
    text-align:center;
    width: 100%;
    text-decoration: underline;
    font-family: Tahoma;  font-size: 12px;
}




.horizontal img 
{
	border-width: 0px;  
}
*/
.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 0px;
    color: #404040;
    display: block; 
	width: 100%;
    border-bottom: 0px solid ;
    white-space: normal;
    font-family: Tahoma;  font-size: 12px;
    z-index: 100 !important;
}
/*
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 0px;
    
    color: #404040;
    background : url(images/ek_flex_bg.gif);
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: block; 
	width: 100%;
	font-family: Tahoma;  font-size: 12px;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 0px;
   
	color: #404040;
    
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    font-family: Tahoma;  font-size: 12px;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 0px;
    
	color: #404040;
    background: url(images/ek_flex_bg.gif));
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    font-family: Tahoma;  font-size: 12px;
}

*/
.horizontal .ekflexmenu_startlevel a
{
    color:#404040;
    font-family: Tahoma;  font-size: 12px;
}

.horizontal .ekflexmenu_startlevel a:hover
{
 color:#e43541;
}


.ekflexmenu_submenu_items ul li

{
    text-align:left;
}