/*                                                                          */
/* 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;*/
	padding: 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
	color: #FFFFFF;
	border-left: 1px solid black;
	width: 832px;
	font-size: 12px;
	font-family: Arial,Sans-Serif;
	font-weight: normal;
	/* white-space: nowrap; */
	z-index: 100;
}

.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;
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100px;
	border: 1px solid black;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    /* border: solid 0px #008856; */
}

/* Drop down menu positioning */
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: -2px;
	top: 0px;
	float: left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	/* left: 5px; */
	top: 100%;
	float: none;
	width: 100px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

/* main menu */
.horizontal .ekflexmenu_button
{
    display: block;
    padding: 2px 0px;
    font-size: 12px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    color: #000000; 
    background: #85B49B; 
    text-align: center;
    width: 100%;
    /* border-bottom: 1px solid #FFFFFF; */
}

/* hover state of main menu item when there is a fly out sub menu opened */
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 2px 0px;
    font-size: 12px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    color: #FFFFFF; 
    background: #008856; 
    text-align: center;
    width: 100%;
    /* border-bottom: 1px solid #FFFFFF; */
}

/* selected main menu item when there is a fly out sub menu opened */
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 2px 0px;
    font-size: 12px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    color: #FFFFFF;
    background: #008856;
    text-align:center;
    width: 100%;
    /*text-decoration: underline; */
}

/* main menu 'hover state' */
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 2px 0px;
    font-size: 12px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    color: #FFFFFF;
    background: #008856;
    text-align: center;
    /* border-bottom: 1px solid #000000; */
    width: 100%;
    /* text-decoration: underline; */
}

.horizontal img 
{
	border-width: 0px;
}

/* submenu text */
.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 1px 0px;
    text-indent: 5px;
    color: #000000;
    font-size: 11px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    background: #EEEEEE;
    text-decoration: none;
    display: block;
    width: 100%;
    /* border-bottom: 1px solid #FFFFFF; */
    white-space: normal;
}

/* text on rollover submenu item */
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 1px 0px;
    text-indent: 5px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    background : #c3aa7f;
    text-decoration: none;
    /*border-color: #FFFFFF; */
	display: block; 
	width: 100%;
    /*border-bottom: 1px solid #FFFFFF; */
    white-space: normal;
}
/* menu link item 'active page' */
.horizontal a.ekflexmenu_link_selected {
    padding: 1px 0px;
    text-indent: 5px;
	color: #FFFFFF;
    font-size: 11px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    background: #ff77a9;
    border-color : #CEBE8C;
	display: block; 
	width: 100%;
    /* border-bottom: 1px solid #FFFFFF; */
    white-space: normal;
}

/* menu link item 'active page - hover state' */
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 1px 0px;
    text-indent: 5px;
    color: #FFFFFF;
    font-size: 11px;
    font-family: Arial,Sans-Serif;
    font-weight: normal;
    background: #c3aa7f;
    /*border-color : rgb(161, 141, 112); */
    display: block; 
    width: 100%;
    /* border-bottom: 1px solid #FFFFFF; */
    white-space: normal;
}