/*                                                                          */
/* 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;
    width: 900px;
    white-space: nowrap;
    background: #01236A url(images/navbackgroundround.jpg);
	color: #FFFFFF;
	display: block;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	z-index: 999;
/*	opacity: 0.99999;*/
}

.horizontal A
{
	text-decoration: none;
	color: #003d7d;
	font-weight: bold;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal .ekflexmenu_submenu li,
.horizontal .ekflexmenu_submenu_hover li,
.horizontal .ekflexmenu_submenu_parent li,
.horizontal .ekflexmenu_submenu_parent_hover li
{
	display:inline;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	float: left;
	display: inline;
	position: relative;
	width: auto;
}

.horizontal LI UL LI
{
	/*border-right: 1px solid black;*/
	float: left;
	width: 170px;
	/*white-space: nowrap; */
	display: inline;
	position: relative;
	margin: 0;
	padding: 0;
	margin-bottom:-1px;
	background-image: none;
	border: none;
	text-transform: none;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
	border-right: 1px none #20439F;
	border-top: 1px none #20439F;
	border-bottom: 1px none #20439F;
	border-left: 1px dotted #20439F;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
/* drop-down menu */
{
	position: absolute;
	background-color: #FFFFFF;
	left: 5px;	
	top: 100%;
	float: none;
	width: 174px;
	border: solid 1px #bcbcbc;
}

.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;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align:center;
	margin: 0px;
	padding: 7px 22px;
	border-right: 1px none #20439F;
	border-top: 1px none #20439F;
	border-bottom: 1px none #20439F;
	border-left: 1px dotted #20439F;
    width: auto;
}
.horizontal .ekflexmenu_button_hover
{
    display: block;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align:center;
	margin: 0px;
	padding: 7px 22px;
	border-right: 1px none #20439F;
	border-top: 1px none #20439F;
	border-bottom: 1px none #20439F;
	border-left: 1px dotted #20439F;
    width: auto;
	background: #001C43;    
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align:center;
	margin: 0px;
	padding: 7px 22px;
	border-right: 1px none #20439F;
	border-top: 1px none #20439F;
	border-bottom: 1px none #20439F;
	border-left: 1px dotted #20439F;
    width: auto;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    text-align:center;
	margin: 0px;
	padding: 7px 22px;
	border-right: 1px none #20439F;
	border-top: 1px none #20439F;
	border-bottom: 1px none #20439F;
	border-left: 1px dotted #20439F;
    width: auto;
    text-decoration: none;
	background: #001C43; 
}

.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link,
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 2px;
    font-weight: normal;    
    color: black;
    text-decoration: none;
    display: block;
	width: 170px;
    border-bottom: 1px solid #bcbcbc;
    white-space: normal;
}

.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 2px;
    font-weight: normal;
    color: #153d7d;
    background: #d0d9e7;
    text-decoration: none;
	display: block; 
	width: 170px;
    border-bottom: 1px solid #bcbcbc;	
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 2px;
    font-weight: normal;    
    color: black;
	display: block; 
	width: auto;
    border-bottom: 1px solid #bcbcbc;	
    white-space: normal;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 2px;
    font-weight: normal;    
	color: #153d7d;
    background: #d0d9e7;
	display: block; 
	width: auto;
    border-bottom: 1px solid #bcbcbc;	
    white-space: normal;
}
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:link,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:visited
{
	padding: 2px;
    font-weight: normal;    
    color: black;
	display: block; 
	width: auto;
	border: none;
    border-bottom: 1px solid #bcbcbc;	
    white-space: normal;
    text-align: left;
    background-image: url(/images/more_menu_icon.gif);
    background-position: right center;
    background-repeat: no-repeat;
}

.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:hover
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:active,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected:focus,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected_hover:hover,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected_hover:active,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected_hover:focus,
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover
{
	padding: 2px;
    font-weight: normal;    
	color: #153d7d;
    background: #d0d9e7;
	display: block; 
	width: auto;
	border: none;
    border-bottom: 1px solid #bcbcbc;	
    white-space: normal;
    text-align: left;
    background-image: url(/images/more_menu_icon.gif);
    background-position: right center;
    background-repeat: no-repeat;
}