/*                                                                          */
/* 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: #fff;
    width: 940px;
	font-family:verdana,arial !important;
	font-size:11px !important;
	font-weight:bold;
	text-transform: uppercase;
    white-space: nowrap;
    z-index:99999;
}

.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
{
	background: url('../images/nav-sprite.gif') left top no-repeat;
	list-style: none;
	margin: 0px;
	padding: 0 20px 0 17px;
}

.horizontal ul li ul {
	background-image: none;
	padding: 0;
	}

.horizontal li
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
}

.horizontal .ekflexmenu_menu_level_1 .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_0 li.Separator
{
	background: url('../images/nav-sep.gif') left 1px no-repeat;
	display: inline;
	height: 31px;
	padding: 0;
	width: 1px;	
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	border: 1px solid #E6EAF2;
	border-top: none;
	position: absolute;
	top: 31px;
	float: none;
	z-index:99999;
	width:210px;
}
.horizontal li.ekflexmenu_menu_level_1 ul li a{
	text-transform: none;
	width: 200px!important;
	}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_menu_level_2 .ekflexmenu_button
{
	color: #003399;
	font-weight: normal;
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#e6eaf2;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_menu_level_2 .ekflexmenu_button_hover
{
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#fff;
	color:#aa3222;
	font-weight: normal;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_menu_level_2 .ekflexmenu_button_selected
{
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#fff;
	color:#aa3222;
	font-weight: normal;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover
{
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#fff;
	color:#aa3222;
	font-weight: normal;
}
.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}
.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal li.ekflexmenu_menu_level_1 a
{
	background: url('../images/nav-sprite.gif') no-repeat;
    display: block;
    padding: 9px 7px 5px 7px;
    height: 17px;
	color: #fff;
    text-align:center;
}

.horizontal li#mainNav1 a {
	background-position: -18px 0;
	width: 50px;
	}
	
.horizontal li#mainNav1 a:hover {
	background-position: -18px -31px;
	}
	
.horizontal li#mainNav2 a {
	background-position: -83px 0;
	width: 77px;
	}
	
.horizontal li#mainNav2 a:hover {
	background-position: -83px -31px;
	}
	
.horizontal li#mainNav3 a {
	background-position: -175px 0;
	width: 77px;
	}
	
.horizontal li#mainNav3 a:hover {
	background-position: -175px -31px;
	}
	
.horizontal li#mainNav4 a {
	background-position: -266px 0;
	width: 75px;
	}
	
.horizontal li#mainNav4 a:hover {
	background-position: -266px -31px;
	}
	
.horizontal li#mainNav5 a {
	background-position: -357px 0;
	width: 104px;
	}
	
.horizontal li#mainNav5 a:hover {
	background-position: -357px -31px;
	}
	
.horizontal li#mainNav6 a {
	background-position: -476px 0;
	width: 82px;
	}
	
.horizontal li#mainNav6 a:hover {
	background-position: -476px -31px;
	}
	
.horizontal li#mainNav7 a {
	background-position: -476px 0;
	width: 55px;
	}
	
.horizontal li#mainNav7 a:hover {
	background-position: -476px -31px;
	}
	
.horizontal li#mainNav8 a {
	background-position: -643px 0;
	width: 66px;
	}
	
.horizontal li#mainNav8 a:hover {
	background-position: -643px -31px;
	}
	
.horizontal li#mainNav9 a {
	background-position: -724px 0;
	width: 80px;
	}
	
.horizontal li#mainNav9 a:hover {
	background-position: -724px -31px;
	}

.horizontal li#mainNav10 a {
	background-position: -819px 0;
	width: 87px;
	}
	
.horizontal li#mainNav10 a:hover {
	background-position: -819px -31px;
	}
	
.horizontal li.ekflexmenu_menu_level_1 ul li a {
	background-image: none;
	background-color: #fff;
	}
	
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 3px 5px;
    text-align:center;
    width: 100%;
    text-decoration:none;
    color: #fff;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 3px 5px;
    text-align:center;
    width: 100%;
    text-decoration:none;
    	color: #B9BE85;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 3px 5px;
    text-align:center;
    width: 100%;
    text-decoration:none;
    	color: #B9BE85;
}

.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#e6eaf2;
	font-weight: normal;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#e6eaf2;
}

.horizontal a.ekflexmenu_link_selected {
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#e6eaf2;
}
.horizontal a.ekflexmenu_link_selected:hover {
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#e6eaf2;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link
{
	display:block;
	padding: 3px 5px;
	text-align:left;
	width:200px;
	background-color:#e6eaf2;
	color: #003399;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link:hover
{
	padding: 3px 5px;
	display:block;
	text-align:left;
	width:200px;
	background-color:#fff;
	color:#aa3222;
	text-decoration:none;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link_selected
{
	padding: 3px 5px;
	display:block;
	text-align:left;
	width:200px;
	background-color:#fff;
	color:#aa3222;
	text-decoration:none;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items a.ekflexmenu_link_selected:hover
{
	padding: 3px 5px;
	display:block;
	text-align:left;
	width:200px;
	background-color:#fff;
	color:#aa3222;
	text-decoration:none;
}