/*                                                                          */
/* 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) */
	position: relative;
    color: #0d2d8f;
    font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;
    vertical-align:middle;
	width:100%;
	_width: 775px;
	height:33px;
	margin:0px 0px 0px 0px;
	padding-top:0px;
	text-decoration:none;
}

.horizontal A
{
	text-decoration: none;	
	width: inherit;   
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height:auto;
	_height:25px;
	_padding:0px;
}

.horizontal ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal li
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 0px;  
	height: 20px;
}
.horizontal li:hover
{
	float: left;   
	display: inline;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(images/topnav_bg_left.gif) no-repeat top left;  
	height: 20px;
}

.horizontal .item_selected
{
	float: left;   
	display: inline;
	position: relative;
	margin: 0px 10px 0px 0px;
	padding: 0px;
	background: #FFFFFF url(images/topnav_bg_left.gif) no-repeat top left;  
	height: 20px;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
}


.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	left: 0px;
	top: 0px;
	float: left;
	height:33px;
	width:818px;
    text-decoration:none;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button,
.horizontal a.ekflexmenu_button:link,
.horizontal a.ekflexmenu_button:visited
{
	margin: 0px;
	padding: 2px 10px 0px 10px;  
	display: block;
	_display: inline;
    font-weight: bold;
    color: #FFFFFF;
    text-align:left;
    text-decoration: none;   
	font-family: Arial, Helvetica, sans-serif;
	height: 20px;
}
.horizontal .ekflexmenu_button_hover,
.horizontal a.ekflexmenu_button:hover,
.horizontal a.ekflexmenu_button_hover:hover
{
	margin: 0px;
	padding: 2px 10px 0px 10px; 
	_padding: 5px 10px 4px 10px;
	display: block; 
	_display: inline;
    font-weight: bold;
    color: #cd1144;
    text-align:left;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/topnav_bg_right.gif) no-repeat top right; 
	_background: #FFFFFF;
	height: 20px;
}

.horizontal .ekflexmenu_button_selected,
.horizontal a.ekflexmenu_button_selected:link,
.horizontal a.ekflexmenu_button_selected:visited
{
	margin: 0px;	
	padding: 2px 10px 0px 10px;   
	_padding: 2px 10px 4px 10px;   
	display: block;
	_display: inline;
    font-weight: bold;
    color: #cd1144;
    text-align:left;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/topnav_bg_right.gif) no-repeat top right;  
	height:20px;		
}
.horizontal .ekflexmenu_button_selected_hover,
.horizontal a.ekflexmenu_button_selected_hover:hover
{
	margin: 0px;	
	padding: 2px 10px 0px 10px;   
	_padding: 2px 10px 4px 10px;   
	display: block;
	_display: inline;
    font-weight: bold;
    color: #cd1144;
    text-align:left;
    text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/topnav_bg_right.gif) no-repeat top right;  
	height:20px;	  
}

.horizontal img 
{
	border-width: 0px;
    width:300px;

}


.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    text-decoration:none;
	color: #FFFFFF;
	font-size:12px;
	display: block; 
    white-space: normal;
    font-weight:bold;
    }
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    text-decoration:none;
	font-size:12px;
	color: #FFFFFF;
	display: block; 
    white-space: normal;
    font-weight:bold;
}

.horizontal a.ekflexmenu_link_selected {
    text-indent: 10px;
    text-decoration:none;
	color: #FFFFFF;
	display: block; 
    white-space: normal;
}
.horizontal a.ekflexmenu_link_selected:hover {
    text-indent: 10px;
    text-decoration:none;
	color: #FFFFFF;
	display: block; 
    white-space: normal;
}
