/*                                                                          */
/* 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;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
	float: left;
    color: rgb(255, 255, 255);
    width: 85%;
    /* font-size: 12px; */
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
    z-index: 3;
}

.horizontal A
{
	text-decoration: none;
  opacity: 0.92;  /*the following is an IE hack...*/ filter:/*IE5-7*/alpha(opacity=92);-ms-filter:/*IE8*/"alpha(opacity=92)";
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_parent
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*position: relative;*/
	top: 0px;
	left: 0px;
	height: auto;
	margin: 0;
	padding:0 0 0 4px;
	background-image: url(tableftF2.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent_hover
{
	/* DIV; holds submenu items, such as a submenu title and links. */
	/* Typical parent element: div.ekmenu_submenu_items, or else */
	/* li.ekmenu_unorderedlist_item if 508-Compliance is enabled. */
	/*position: relative;*/
	top: 0px;
	left: 0px;
	height: auto;
	margin: 0;
	padding:0 0 0 4px;
	background-image: url(tableftF2sel.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.horizontal LI UL LI
{
	width: 100%;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    /* border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    border: solid 1px black; */
    
}



.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	/* left: 5px; */
	top: 100%;
	float: none;
	min-width: 100px;
	width: 175px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 186px; /* was 107% */
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button
{
    display: block;
    padding: 5px 15px 4px 6px;
    font-weight: bold;
    font-size: 0.80em;
    color: #666666;
    background-image: url(/images/tabrightF2.gif);
	background-repeat: no-repeat;
	background-position: right top;
    text-align:center;
    width: auto;
}
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 15px 4px 6px;
    font-weight: bold;
    font-size: 0.80em;
    color: rgb(255, 255, 255);
    background-image: url(/images/tabrightF2sel.gif);
	background-repeat: no-repeat;
	background-position: right top;
    text-align:center;
    width: auto;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 15px 4px 6px;
    font-weight: bold;
    font-size: 0.80em;
    color: #666666;
    background-image: url(/images/tabrightF2.gif);
	background-repeat: no-repeat;
	background-position: right top;
    text-align:center;
    width: auto;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 15px 4px 6px;
    font-weight: bold;
    font-size: 0.80em;
    color: #FFFF66;
    background-image: url(/images/tabrightF2sel.gif);
	background-repeat: no-repeat;
	background-position: right top;
    text-align:center;
    width: auto;
}

.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 2px 5px;
    color: #666666;
    background: rgb(238, 238, 238);
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    border-right: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 2px 5px;
    color: #FFFF66;
    background : #406096;
    text-decoration: none;
    border-color: rgb(181, 166, 132);
    display: block; 
    width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 2px 5px;
    color: #666666;
    background: rgb(238, 238, 238);
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 2px 5px;
    color: #FFFF66;
    background : #406096;
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 1px solid rgb(220, 220, 220);
    white-space: normal;
}
