﻿
/*                                                                          */
/* 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: 5px 0px 5px 0px;
	position: relative;
    color: #FFC20E;
    width: 440px;
    font-size: 11px;
    font-family: Arial;
    white-space: nowrap;
}

/*.horizontal A
{
    color: #FFC20E;
	text-decoration: none;
}
.horizontal A:link
{
    color: #FFC20E;
	text-decoration: none;
}
.horizontal A:visited
{
    color: #FFC20E;
	text-decoration: none;
}
.horizontal A.hover
{
    color: #FFFFFF;
	text-decoration: underline;
}
.horizontal A:active
{
    color: #FFFFFF;
	text-decoration: none;
}
.horizontal A:focus
{
    color: #FFFFFF;
	text-decoration: none;
}*/
.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
    background-color: inherit;
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal UL
{
    background-color: inherit;
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

.horizontal LI
{
	float: left;
	background: inherit;
	color: #FFC20E;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: auto;
	border: none;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border: none;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFC20E;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
/*.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: auto;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}
*/
.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFC20E;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: underline;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: underline;
}

/**/
.horizontal .ekflexmenu_button:link
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFC20E;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button:visited
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFC20E;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button:active
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button:hover
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: underline;
}
.horizontal .ekflexmenu_button_selected:link
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected:active
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected:focus
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected:visited
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected:hover
{
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: underline;
}
/**/


.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFC20E;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal a.ekflexmenu_link:hover,
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}

.horizontal a.ekflexmenu_link_selected {
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: none;
}
.horizontal a.ekflexmenu_link_selected:hover {
    display: block;
    padding: 0px 0px 0px 15px;
    font-weight: bold;
    color: #FFFFFF;
    background: inherit;
    text-align: center;
    text-decoration: underline;
}