/*                                                                          */
/* 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: 930px;
    white-space: nowrap;
    color: #404040;
    height: 35px;
	padding: 0px;
	display: block;
	font-family: Tahoma; 
	font-size: 14px;
	position: relative;
	float: left;
	margin-left: -4px; 
	z-index: 100 !important;
	border-bottom: solid 5px #333333;
}

.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: 14px;
	color: #404040;
	margin-top: 0px;
	text-align: center;	
	width: 110px;
    padding-left:3px;
	padding-right:3px;
	height: 35px;
	
}


.horizontal LI a
{
	float: left;
	display: block;
	position: relative;
	width: 110px;
	height: 35px;
	font-family: Tahoma; 
	font-size: 14px;
	color: #404040;
	text-decoration: none;
	font-weight: bold;	
	padding-top:10px;


}

.horizontal LI a:hover
{
	float: left;
	display: inline;
	position: relative;
	padding-top:10px;
	width: 110px;
	height: 35px;
	font-family: Tahoma; 
	font-size: 14px;
	color: #3b8881;
	text-decoration: none;
	font-weight: bold;
	
}

.horizontal A
{
	text-decoration: none;
}

.horizontal img 
{
	border-width: 0px;  
	padding-left: 15px;
}

/*nested list */

.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;
}



/* menu level 0 */

 
.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;
}
/*menu level (dropdown links) 1 */

.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: #eeeeee;
	margin-left: 3px;
	/*padding:7px 0 5px 5px;*/
	padding: 5px 5px 2px 5px;
	text-align: left;
	color: #3b8881;
	width: 150px;
	height: auto;
	z-index: 100 !important;
	background-image:none;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu a:hover
{
	color: ##3B8881;
	background-image: none;
}


/* menu level 2 */

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	margin-top: 0px;
	z-index: 99999 !important;
	background-image: none;
	display:block;
	background-color:#eeeeee;
}


.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	background-image:none;
}

/* buttons for main top menu */

.horizontal .ekflexmenu_startlevel a
{
    color:#3b8881;
    font-family: Tahoma;  font-size: 14px;
}

.horizontal .ekflexmenu_startlevel a:hover
{
 color:#ffffff;
 background-image: url(images/bg_navON.png);
 background-repeat: no-repeat;
 background-position: left top;
 display: block;
}

/*.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected_hover,
.horizontal .ekflexmenu_button_visited
{
    color: #404040;
    width: 110px;
    height: 35px;
    text-decoration: none; 
    background-image: url(images/bg_nav.png);
	background-repeat: no-repeat;
	background-position: left top;
}*/


.horizontal .ekflexmenu_button

{
    background-image: url(images/bg_nav.png);
    background-repeat: no-repeat;
	background-position: left top;
}


.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding-top:10px;
    font-weight: bold;
    color: #ffffff;
    text-align:center;
    width: 100%;
    font-family: Tahoma;  font-size: 14px;
    background-image: url(images/bg_navON.png);
	background-repeat: no-repeat;
	background-position: left top;
    
}

.horizontal .ekflexmenu .ekflexmenu_button_selected
{
    display: block;
    padding-top:10px;
    font-weight: bold;
    color: #ffffff;
    text-align:center;
    width: 100%;
    text-decoration: none;
    font-family: Tahoma;  font-size: 14px;
    background-image: url(images/bg_navON.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding-top:10px;
    font-weight: bold;
    color: #ffffff;
    text-align:center;
    width: 100%;
    text-decoration: underline;
    font-family: Tahoma;  font-size: 14px;
    background-image: url(images/bg_navON.png);
	background-repeat: no-repeat;
	background-position: left top;
}


/*level 1 */
.horizontal .ekflexmenu_link
{
	padding: 0px;
	height: 20px; 
	float: left;
	border: 0px; 
	display: block;
	color: #404040;
}
.horizontal a.ekflexmenu_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,
.horizontal a.ekflexmenu_link_selected,
.horizontal a.ekflexmenu_link_selected:hover
{
	color: #3b8881; 
	padding: 0px;   
	border: 0px; 
	display: block; 
	background-image: none;
	height: auto;
	min-height: 20px;
	min-width: 150px;
	font-size: 12px;
}

/* end dropdown */

/* drop down level 2 link */
.horizontal .ekflexmenu_menu_level_2 UL.ekflexmenu_submenu_items LI a.ekflexmenu_link:hover
{
    color: #3B8881;
}


.ekflexmenu_submenu_items ul li

{
    text-align:left;
}

.horizontal .ekflexmenu_menu_level_2 a
{
    padding: 0px;
    min-height: 20px;
    height: auto;
    color: #404040;
    border-bottom: 0px solid ;
    white-space: normal;
    font-family: Tahoma;  font-size: 12px;
    z-index: 100 !important;
    background-color:#eeeeee;
}

.horizontal .ekflexmenu_menu_level_2 a:hover
{
    padding: 0px;
    height:20px;
    color: #3B8881;
    border-bottom: 0px solid ;
    white-space: normal;
    font-family: Tahoma;  font-size: 12px;
    z-index: 100 !important;
}


