/*                                                                          */
/* 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 
{
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	display: inline;
	margin: 0;
	padding: 0;
}

.horizontal UL
{
}
.horizontal ul ul
{
border-bottom: 2px solid #a2ad00;
}

.horizontal LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
}

.horizontal .ekflexmenu_submenu_items 
{
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	list-style: none;
	float: right;
	margin: 0; 
	padding: 0;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	width: 240px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 241px;
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_menu_level_1 a.ekflexmenu_button
{
    display: block;
	float: left;
	padding: 0 20px;
	line-height: 22px;
	margin: 0;
	color: #778000;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.horizontal .ekflexmenu_menu_level_1 a.ekflexmenu_button_hover
{
    display: block;
	float: left;
	padding: 0 20px;
	line-height: 22px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	border-left: 1px solid #fff;
	background-image: url(../images/nav-on.gif);
	color: #fff;
}
.horizontal .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected
{
    display: block;
	float: left;
	padding: 0 20px;
	line-height: 22px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	border-left: 1px solid #fff;
	background-image: url(../images/nav-on.gif);
	color: #fff;
}
.horizontal .ekflexmenu_menu_level_1 a.ekflexmenu_button_selected_hover
{
    display: block;
	float: left;
	padding: 0 20px;
	line-height: 22px;
	margin: 0;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	font-weight: 800;
	border-left: 1px solid #fff;
	background-image: url(../images/nav-on.gif);
	color: #fff;
}

/*  flyout begins  */
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button
{
	/*  margin-left: -1px;  */
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #778000;
	background-color: #e8f0b9;
    text-decoration: none;
    display: block;
    width: 200px;
    border-bottom: none;
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
    font-weight:normal;
	background-image: none!important;
}
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_hover
{
	/*  margin-left: -1px;  */
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #fff;
	background-color: #a2ad00;
    text-decoration: none;
    display: block;
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
    font-weight:normal;
	background-image: none!important;
    }
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected
{
	/*  margin-left: -1px;  */
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #fff;
	background-color: #a2ad00;
    text-decoration: none;
    display: block;
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
    font-weight:normal;
	background-image: none!important;
}
.horizontal .ekflexmenu_menu_level_2 a.ekflexmenu_button_selected_hover
{
	/*  margin-left: -1px;  */
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #fff;
	background-color: #a2ad00;
    text-decoration: none;
    display: block;
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
    font-weight:normal;
	background-image: none!important;
}


.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
 	line-height: 22px;
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #778000;
	background-color: #e8f0b9;
    text-decoration: none;
    display: block;
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
	font-size: 12px;
	z-index:10;
	background-image: none!important;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
 	line-height: 22px;
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #778000;
    color: #fff;
	background-color: #a2ad00;
    text-decoration: none;
	display: block; 
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
	font-size: 12px;
	z-index:10;
	background-image: none!important;
}

.horizontal a.ekflexmenu_link_selected {
 	line-height: 22px;
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #778000;
    color: #fff;
	background-color: #a2ad00;
	display: block; 
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
	font-size: 12px;
	font-weight:800;
	z-index:10;
	background-image: none!important;
}
.horizontal a.ekflexmenu_link_selected:hover {
 	line-height: 22px;
    padding: 0px 20px;
    /*  text-indent: 10px;  */
    color: #778000;
    color: #fff;
	background-color: #a2ad00;
	display: block; 
    width: 200px;
    /*  border-bottom: 1px solid #fff;  */
    border-right: 1px solid #fff;
	border-left: 1px solid #fff;
    white-space: normal;
	font-size: 12px;
	font-weight:800;
	z-index:10;
	background-image: none!important;
}