/*                                                                          */
/* 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_508 .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) Sans-Serif
	position: absolute;
	top:0px;
	left:160px;*/
    color: rgb(255, 255, 255);
    width: 752px;
    height:28px;
    font-size: 12px;
    letter-spacing:0pt;
    font-family: Verdana, Tahoma, Arial;
    font-weight: bolder;
    white-space: nowrap;
    float:none;
}

.horizontal_508 .ekflexmenu_accessible_menu_start,
.horizontal_508 .ekflexmenu_accessible_menu_startheading,
.horizontal_508 .ekflexmenu_accessible_menu_startlink,
.horizontal_508 .ekflexmenu_accessible_submenu_selected_message,
.horizontal_508 .ekflexmenu_accessible_menuitem_selected_message,
.horizontal_508 .ekflexmenu_accessible_menu_end,
.horizontal_508 .ekflexmenu_accessible_menu_endlink
{
	/* These items support 508-Compliance, and are normally hidden, but */
	/* are visible to page readers and text-browsers for accessibility). */
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	height: 1px;
	width: 1px;
}

.horizontal_508 A
{
	text-decoration: none;
}

.horizontal_508 .ekflexmenu_submenu,
.horizontal_508 .ekflexmenu_submenu_hover,
.horizontal_508 .ekflexmenu_submenu_parent,
.horizontal_508 .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
}

.horizontal_508 UL
{
	display: inline;
	position: relative;
	top:0px;
	left:0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal_508 LI
{
	display: inline;
	position: relative;
	top:-5px;
	left:0px;
	margin: 0px;
	padding: 0px;
	margin-left:20px;
	margin-right:20px;
}

.horizontal_508 .ekflexmenu_submenu_items 
{
	height:29px;
	margin-left: 180px;
	margin-top:7px;
    border-bottom-width: 0px;
}

.horizontal_508 .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	text-align:center;
}
.horizontal_508 .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: -210px;
	top: 100%;
	float: none;
	text-align:center;
}

.horizontal_508 .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 0px;
	float: none;
	text-align:center;
}

.horizontal_508 .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal_508 .ekflexmenu_button
{
    display: inline;
    padding: 5px 0px 0px 14px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background-color: rgb(30, 85, 144);
    text-align:center;
    width: 100%;
}
.horizontal_508 .ekflexmenu_button_hover
{
    display: inline;
    padding: 5px 0px 0px 14px;
    font-weight: bold;
    color: rgb(172, 173, 199);
	background-color: rgb(30, 85, 144);
    text-align:center;
    width: 100%;
}

.horizontal_508 .ekflexmenu_button_selected
{
    display: inline;
    padding: 5px 0px 0px 14px;
    font-weight: bold;
    color: rgb(172, 173, 199);
    background-color: rgb(30, 85, 144);
    text-align:center;
    width: 100%;
    text-decoration: none;
}

.horizontal_508 .ekflexmenu_button_selected_hover
{
    display: inline;
    padding: 5px 0px 0px 14px;
    font-weight: bold;
    color: rgb(172, 173, 199);
    background-color: rgb(30, 85, 144);
    text-align:center;
    width: 100%;
    text-decoration: none;
}

.horizontal_508 img 
{
	border-width: 0px;
}

.horizontal_508 a.ekflexmenu_link, 
.horizontal_508 a.ekflexmenu_link:link, 
.horizontal_508 a.ekflexmenu_link:visited 
{
	font-size:10px;
    padding:  1px 0px 1px 0px;
    text-align:center;
    text-indent: 0px;
    color: rgb(0, 0, 0);
    background : rgb(255, 255, 255);
    text-decoration: none;
    display: block;
    width:140px;
    white-space: normal;
    /*border-left: solid 1px #000000;
    border-right: solid 1px #000000;*/
}

.horizontal_508 a.ekflexmenu_link:hover, 
.horizontal_508 a.ekflexmenu_link:active, 
.horizontal_508 a.ekflexmenu_link:focus  {
	font-size:10px;
    padding:  1px 0px 1px 0px;
    text-align:center;
    text-indent: 0px;
    color: rgb(204, 204, 204);
    background : rgb(255, 255, 255);
    text-decoration: none;
    border-color: rgb(255, 255, 255);
	display: block; 
	width: 140px;
    white-space: normal;
}

.horizontal_508 a.ekflexmenu_link_selected {
	font-size:10px;
    padding:  1px 0px 1px 0px;
    text-align:center;
    text-indent: 0px;
	color: rgb(204, 204, 204);
    background: rgb(255, 255, 255);
    border-color : rgb(255, 255, 255);
	display: block; 
	width: 140px;
    white-space: normal;
}

.horizontal_508 a.ekflexmenu_link_selected:hover {
	font-size:10px;
    padding:  1px 0px 1px 0px;
    text-align:center;
    text-indent: 0px;
	color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border-color : rgb(255, 255, 255);
	display: block; 
	width: 140px;
    white-space: normal;
}
