/*                                                                          */
/* 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;*/
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
  /*  white-space: nowrap;
    width:632px;   
	padding: 0px;
	display: block;
	position: relative;
	float: left;
	vertical-align: middle;
	z-index: 100 !important; 
}

.horizontal UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
		
}
.horizontal LI
{	
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	font-size: 0.8em;
	color:#0B2653;
	padding-top: 5px;
	height:24px;
	list-style-type:disc;
	list-style-position:inside;
	margin-right:16px;
	text-align: center;     
}

.horizontal LI a
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	color:#0B2653;
	text-decoration: none;
	font-weight: bold;
}
*/

.topnav LI
{
    /*font-size:0.825em;*/
}
/*.topnav LI a:hover
{
	color: #ED1C24;	

}

.topnav .ekflexmenu_link_selected,
.topnav .ekflexmenu_button_selected
{
    color: #ED1C24;	
    
}
*/
.topnav .ekflexmenu_menu_level_0 ul
{
    width:632px;
}