/*                                                                          */
/* 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.     */
/*                                                                          */

.topnav .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: rgb(255, 255, 255);
    width: 747px;
    font-size: 11px;
    font-family:Arial;
    white-space: nowrap;
    z-index:100;
    
}

.topnav a
{
	text-decoration: none;
}
.topnav a:hover
{
	text-decoration: none;
}

.topnav .ekflexmenu_submenu,
.topnav .ekflexmenu_submenu_hover,
.topnav .ekflexmenu_submenu_parent,
.topnav .ekflexmenu_submenu_parent_hover
{	
	top: 0px;
	left: 0px;
	height: auto;
	/*
	
	*/
}

.topnav UL
{
	margin:0px 0px 0px 0px;/*top right bottom left*/
	padding: 0px;
	background-color:White;
}

.topnav LI
{
	position:relative;
	list-style: none;
	margin:5px 5px 1px 5px;/*top right bottom left*/
	padding:0px;
	text-align:left;
	border-bottom:dotted 1px #A8A8A8;
}
.topnav .ekflexmenu_startlevel 
{
	position: relative;
	left: 12px;
	top: 0px;
	height:auto;
	margin:5px 24px 5px 0px;/*top right bottom left*/
    border-bottom: solid 0px #A8A8A8;
    display:inline;
}

.topnav .ekflexmenu_submenu_items 
{
	height:auto;
	margin-top: 0px;
    border-bottom-width: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: #A8A8A8;
    border: solid 0px #A8A8A8;
    display:block;
	/*
	
	*/
}

.topnav .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	padding:5px 0px 5px 0px;/*top right bottom left*/
	/*
	float: left;
	
	*/
	
	
}
/*
.topnav .ekflexmenu_menu_level li:hover
{	background:red;
	
	float: none;
	
}
*/

.topnav .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{	
	left: 0px;
	top: 100%;
	position: absolute;
	border-bottom: 1px solid #A8A8A8;
    border-left: 1px solid #A8A8A8;
    border-right: 1px solid #A8A8A8;
    
	/*
	float: none;
	*/
}

.topnav .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	left: 100%;
	top: 0px;
	position: absolute;
	display: block;
	/*
	
	*/
}

.topnav .ekflexmenu .ekflexmenu_submenu_items_hidden 
{display: none;
	/*
	
	*/
}

.topnav .ekflexmenu_button
{
	/*
    
    display: block;
	*/
	
	padding: 0px 0px;
    font-weight: bold;
    /*color:#868686;*/
    color:#333333;
    background-color:#ffffff;
    text-align:center;
    width: 100%; /* capture on-click for entire row that the button occupies */
    /*text-decoration: none;*/
    
}
.topnav .ekflexmenu_button_hover
{
	/*
    display: block;
    width: 100%;
	*/
	
	padding: 0px 0px;
    font-weight: bold;
    /*color:#3971BD;*/
    color: #3B73B9;
    background: #FFFFFF;
    text-align:center;
    width: 100%; /* capture on-click for entire row that the button occupies */
    /*text-decoration: none;*/
    
}
.topnav .ekflexmenu_button_selected
{
	/*
    display: block;
    width: 100%;
	border-top: 0px solid #A8A8A8;
    border-left: 0px solid #A8A8A8;
    border-right: 0px solid #A8A8A8;
	*/
	
	padding: 0px 0px;
    font-weight: bold;
    /*color:#3971BD;*/
    color: #3B73B9;
    background: #FFFFFF;
    text-align:center;
    /*text-decoration: none;*/
    width: 100%; /* capture on-click for entire row that the button occupies */
    
}
.topnav .ekflexmenu_button_selected_hover
{
	/*
    display: block;
    
	border-top: 0px solid #A8A8A8;
    border-left: 0px solid #A8A8A8;
    border-right: 0px solid #A8A8A8;
	*/
	
	padding: 0px 0px;
    font-weight: bold;
    /*color:#3971BD;*/
    color: #3B73B9;
    background: #FFFFFF;
    text-align:center;
    width: 100%; /* capture on-click for entire row that the button occupies */
    /*text-decoration: none;*/
}

.topnav img 
{
	/*
	
	*/
	border-width: 0px;
}

.topnav a.ekflexmenu_link, 
.topnav a.ekflexmenu_link:link, 
.topnav a.ekflexmenu_link:visited 
{
	padding: 0px 0px;
    text-indent: 0px;
    /*color:#868686;*/
    color:#333333;
    background: #FFFFFF;
    /*text-decoration: none;*/
    width: 100%; /* capture on-click for entire row that the button occupies */
    position:relative;
}
.topnav a.ekflexmenu_link:hover, 
.topnav a.ekflexmenu_link:active, 
.topnav a.ekflexmenu_link:focus  
{
	padding: 0px 0px;
    text-indent: 0px;
    /*color:#3971BD;*/
    color: #3B73B9;
    background : #FFFFFF;
    /*text-decoration: none;*/
	width: 100%; /* capture on-click for entire row that the button occupies */	
}
