/*                                                                          */
/* 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;
    color: #F8DB84;
    width: 497px;
     white-space: nowrap;
}

		html:not(:nth-child(1)) #section1inner {overflow: hidden !important;}
		/* ITEMS ABOVE ARE SAFARI HACKS */ #section1inner {overflow: hidden !important;}


.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;
	height: auto;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	border-right: 0px solid black;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    
}

.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;padding:0; margin:1px 0 0 0;
	left: 0px;
	top: 100%;
	float: none;
	width: 164px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;margin:0;
	left: 100%;
	top: 0;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

#e0fa05763_126_134_button
{
        background: #0068ad; width:167px;
}


.ekflexmenu_button_hover#e0fa05763_126_134_button, .ekflexmenu_button_selected#e0fa05763_126_134_button, .ekflexmenu_button_selected_hover#e0fa05763_126_134_button
{
        background: #012465; width:167px;
}


.horizontal .ekflexmenu_button
{
        padding:7px 0px 5px 0px;
	margin:0;
        width: 165px;
        display: block;
        font-weight: bold;
        color: #fff;
        background: url(../images/nav-line.gif) no-repeat 100% 0;
        text-align:center;
        font-size: 12px;
        font-family: Arial, Verdana, Sans-Serif;
}
.horizontal .ekflexmenu_button_hover
{        padding:7px 0px 5px 0px;
	margin:0;
        width: 165px;
        display: block;
	 font-weight: bold;
    color: #F8DB84;
     background: #012465 url(../images/nav-line.gif) no-repeat 100% 0 ;
    text-align:center;
     font-size: 12px;font-family: Arial, Verdana, Sans-Serif;
}
.horizontal .ekflexmenu_button_selected
{        padding:7px 0px 5px 0px;
	margin:0;
        width: 165px;
        display: block;
        font-weight: bold;
    color: #F8DB84;
       background: #012465 url(../images/nav-line.gif) no-repeat 100% 0 ;
    text-align:center;
    font-size: 12px;font-family: Arial, Verdana, Sans-Serif;
   
}
.horizontal .ekflexmenu_button_selected_hover
{        padding:7px 0px 5px 0px;
	margin:0;
        width: 165px;
        display: block;
      font-weight: bold;
    color: #F8DB84;
      background: #012465 url(../images/nav-line.gif) no-repeat 100% 0 ;
    text-align:center;
   font-size: 12px;font-family: Arial, Verdana, Sans-Serif;

}

/* 2 Button menu items, controls visibility of associated sub-menus */
.horizontal .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button
{
	/* A; holds the title of the associated submenu, and typically acts as a */
	/* button (or folder) for the submenu. Can also hold images (background, etc). */
    border:0;
     padding:3px 0px 3px 0px;
    text-indent: 23px;
    background: #e3e3e3;  color: #012465;
    text-decoration: none;
    display: block;
text-align:left;
    width: 167px;
    white-space: normal;font-weight:normal; font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
    
}

.horizontal .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button:focus,
.horizontal .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button:hover,
.horizontal .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button_hover
{
	/* A; hovered version of .ekflexmenu_button, see above... */
   padding:3px 0px 3px 0px;
    text-indent: 23px;
    background: #F2CD83;  color: #012465;
    text-decoration: none;
	display: block; 
	width: 167px;
text-align:left;
    white-space: normal;
    border:0;font-weight:normal; font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}
.horizontal .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button_selected
{
	/* A; selected version of .ekflexmenu_button, see above... */
padding:3px 0px 3px 0px;
    text-indent: 23px;
    background: #F2CD83;  color: #012465;
    text-decoration: none;
   	display: block; 
text-align:left;
	width: 167px;
    white-space: normal;
    border:0;font-weight:normal; font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}
.horizontal .ekflexmenu_submenu_items .ekflexmenu_submenu_items .ekflexmenu_button_selected_hover
{
	/* A; hovered version of .ekflexmenu_button_selected, see above... */
   padding:3px 0px 3px 0px;
    text-indent: 23px;
    background: #F2CD83;  color: #012465;
    text-decoration: none;
  	display: block; 
text-align:left;
	width: 167px;
    white-space: normal;
    border:0;font-weight:normal; font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}/*end*/

.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
   padding:3px 0px 3px 0px;
    text-indent: 23px;
    background: #e3e3e3;  color: #012465;
    text-decoration: none;
    display: block;
   width: 164px;
     white-space: normal;font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
  padding:3px 0px 3px 0px;
    text-indent: 23px;
    background: #F2CD83;  color: #012465;
    text-decoration: none;
	display: block; 
width: 164px;
    white-space: normal;font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}

.horizontal a.ekflexmenu_link_selected {
   padding:3px 0px 3px 0px;
    text-indent: 23px;
	background: #F2CD83;color: #012465;
   	display: block; 
	width: 164px;
    white-space: normal;font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding:3px 0px 3px 0px;
    text-indent: 23px;
	background: #F2CD83;color: #012465;
    display: block; 
	width: 164px;
    white-space: normal;font-size: 11px;font-family: Arial, Verdana, Sans-Serif;
}
