/*                                                                          */
/* 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 
{
    /* float: right;*/
    /*width: 41.275em;*/
    /*width: auto;*/
}

.horizontal .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    font-family: Helvetica, Arial, Sans-Serif;
    font-size:  108%;
    font-weight: bold;
    float: right;
	padding: 0;
	position: relative;
	text-transform: uppercase;
    white-space: nowrap;
}
.horizontal a, 
.horizontal a:hover { text-decoration: none; }

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}
.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: auto;
}
.horizontal .ekflexmenu_submenu_items 
{
    border-bottom-width: 0px;
	height:auto;
	margin-left: 0px;
}
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items /* outer UL */
{
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    /*border-top: solid 8px #9f9f9f;*/
	float: none;
	position: absolute;
	width: 7.5em;
	top: 100%;
	left: 0px;
}
.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	top: 0px;
	left: 100%;
}
.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}
.horizontal .ekflexmenu_button
{
    background-color: #FFF;
    /*border-bottom: solid 10px #FFF;*/
    color: #9F9F9F;
    display: block;
    font-weight: bold;
    padding: 0.3em 0.8em 0.3em 0.8em;
    text-align: center;
    width: auto;
}
.horizontal .ekflexmenu_button_hover
{
    background-color: #FFF;
    /*border-bottom: solid 10px #9F9F9F;*/
    color: #9F9F9F;
    display: block;
    font-weight: bold;
    padding: 0.3em 0.8em 0.3em 0.8em;
    text-align: center;
    width: auto;
}
.horizontal .ekflexmenu_button_selected
{
    background-color: #FFF;
    /*border-bottom: solid 10px #FFF;*/
    color: #9F9F9F;
    display: block;
    font-weight: bold;
    padding: 0.3em 0.8em 0.3em 0.8em;
    text-align: center;
    width: auto;
}
.horizontal .ekflexmenu_button_selected_hover
{
    background-color: #FFF;
    /*border-bottom: solid 10px #9F9F9F;*/
    color: #9F9F9F;
    display: block;
    font-weight: bold;
    padding: 0.3em 0.8em 0.3em 0.8em;
    text-align: center;
    width: auto;
}
.horizontal img 
{
	border-width: 0px;
}
.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    background: #fff;
    color: #3d3d3d;
    display: block;
    font-weight: normal;
    padding: 0px 0px;
    text-decoration: none;
    text-indent: 0.8em;
    text-transform: none;
    white-space: normal;
    width: 100%;
    width: 7.5em;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    background: #fff;
    color: #273691;
    display: block;
    font-weight: normal;
    padding: 0px 0px;
    text-decoration: underline;
    text-indent: 0.8em;
    text-transform: none;
    white-space: normal;
    width: 100%;
    width: 7.5em;
}

.horizontal a.ekflexmenu_link_selected {
    background: #fff;
    color: #3d3d3d;
    display: block;
    font-weight: normal;
    padding: 0px 0px;
    text-decoration: none;
    text-indent: 0.8em;
    text-transform: none;
    white-space: normal;
    width: 100%;
    width: 7.5em;
}
.horizontal a.ekflexmenu_link_selected:hover {
    background: #fff;
    /* border-bottom: 1px solid rgb(220, 220, 220); */
    color: #273691;
    display: block;
    font-weight: normal;
    padding: 0px 0px;
    /* text-decoration: underline; */
    text-indent: 0.8em;
    text-transform: none;
    white-space: normal;
    width: 100%;
    width: 7.5em;
}

