/*                                                                          */
/* 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: 0px 0px 0px 0px;
	position: relative;
    width: 848px;
    font-size: 11px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    white-space: nowrap;
	background-color: #70932B;
	background-image: url(images/NAV_bg_green.jpg);
	background-repeat: repeat-x;
}

.horizontal .ekflexmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	background-color: #70932B;
	background-image: url(images/NAV_bg_green.jpg);
	background-repeat: repeat-x;
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
	background: #70932B url(images/NAV_bg_green.jpg) repeat-x;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	border-right: 1px solid #FFFFFF;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}


.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
}

.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button:visited,
.horizontal .ekflexmenu_button:active,
.horizontal .ekflexmenu_button:hover,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_hover:visited,
.horizontal .ekflexmenu_button_hover:active,
.horizontal .ekflexmenu_button_hover:hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected:visited,
.horizontal .ekflexmenu_button_selected:active,
.horizontal .ekflexmenu_button_selected_hover,
.horizontal .ekflexmenu_button_selected_hover:visited,
.horizontal .ekflexmenu_button_selected_hover:active
{
    float: left;
    display: block;
    padding: 7px 16px 6px 11px;
    font-weight: bold;
    text-align: center;
}

.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button:visited,
.horizontal .ekflexmenu_button:active
{
	color: #FFFFFF;
	background: #70932B url(images/NAV_bg_green.jpg) repeat-x;
	text-decoration:none;
}

.horizontal .ekflexmenu_button:hover,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_hover:visited,
.horizontal .ekflexmenu_button_hover:active,
.horizontal .ekflexmenu_button_hover:hover
{
	color: #FFFFFF;
	background: #70932B url(images/NAV_bg_green.jpg) repeat-x;
	text-decoration:underline;
}
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected:visited,
.horizontal .ekflexmenu_button_selected:active
{
    color: #70932B;
    background: #70932B url(images/NAV_bg_white.jpg) repeat-x;
    text-decoration:none;
}
.horizontal .ekflexmenu_button_selected_hover,
.horizontal .ekflexmenu_button_selected_hover:visited,
.horizontal .ekflexmenu_button_selected_hover:active
{
    color: #70932B;
    background: #70932B url(images/NAV_bg_white.jpg) repeat-x;
    text-decoration:none;
}

#e2b80d6ae_66_90   { border-right: 0px;}
#e2b80d6ae_66_90_button {width:61px;}
