/*                                                                          */
/* 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.     */
/*                                                                          */

.horizontalnavtop .ekflexmenu {
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
	color: #4B5E02;
	width: 56em;
	left:0em;
	z-index: 30;
}
.horizontalnavtop A {
	text-decoration: none;
	font-size: .75em;
	font-family: Sans-Serif;
	white-space: nowrap;
	
}


.horizontalnavtop .ekflexmenu_submenu,
.horizontalnavtop .ekflexmenu_submenu_hover,
.horizontalnavtop .ekflexmenu_submenu_parent,
.horizontalnavtop .ekflexmenu_submenu_parent_hover {
	top: 0px;
	left: 0px;
	height: auto;
}
.horizontalnavtop UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.horizontalnavtop LI {
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 9.33em;
}
.horizontalnavtop .ekflexmenu_submenu_items {
	height:auto;
}
.horizontalnavtop .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontalnavtop .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	position: absolute;
	top: 100%;
	float: none;
	width: 9.33em;
}
.horizontalnavtop .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items {
	position: absolute;
	left: 100%;
	top: 0px;
}
.horizontalnavtop .ekflexmenu .ekflexmenu_submenu_items_hidden {
	display: none;
}
.horizontalnavtop .ekflexmenu_button {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #4B5E02;
	text-align:center;
	width: 100%;
	height: 1.8em;
	padding-top: .6em;/*Since Text is .75 we use the padding to center the text and add 1/4 to the size of the div*/
}
.horizontalnavtop .ekflexmenu_button_hover {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #8e9300;
	text-align:center;
	width: 100%;
	height: 1.8em;
	padding-top: .6em;
}
.horizontalnavtop .ekflexmenu_button_selected {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #8e9300;
	text-align:center;
	width: 100%;
	text-decoration: underline;
	height: 1.8em;
	padding-top: .6em;
}
.horizontalnavtop .ekflexmenu_button_selected_hover {
	display: block;
	font-weight: bold;
	color: #FFF;
	text-align:center;
	width: 100%;
	text-decoration: underline;
	height: 1.8em;
	padding-top: 0.6em;
	background-color: #8e9300;
}
.horizontalnavtop img {
	border-width: 0px;
}
.horizontalnavtop a.ekflexmenu_link, .horizontalnavtop a.ekflexmenu_link:link, .horizontalnavtop a.ekflexmenu_link:visited {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #4B5E02;
	text-align:center;
	width: 100%;
	height: 1.8em;
	padding-top: .6em;
}
.horizontalnavtop a.ekflexmenu_link:hover, .horizontalnavtop a.ekflexmenu_link:active, .horizontalnavtop a.ekflexmenu_link:focus {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #8e9300;
	text-align:center;
	width: 100%;
	height: 1.8em;
	padding-top: .6em;
}
.horizontalnavtop a.ekflexmenu_link_selected {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #8e9300;
	width: 100%;
	height: 1.8em;
	padding-top: .6em;
	text-align:center;
}
.horizontalnavtop a.ekflexmenu_link_selected:hover {
	display: block;
	font-weight: bold;
	color: #FFF;
	background-color: #8e9300;
	width: 100%;
	height: 1.8em;
	padding-top: .6em;
}

