/*                                                                          */
/* 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 1px 0px 0px; /* DIV; wraps the entire menu */ /* (the outer-most non-user container element) */
	position: relative;
	font-size: 15px;
	font-family: Arial, Helvetica, Verdana;
	z-index: 1000;
}
.horizontal A {
	text-decoration: none;
	color: #656565;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
}
.horizontal .ekflexmenu_submenu, .horizontal .ekflexmenu_submenu_hover, .horizontal .ekflexmenu_submenu_parent, .horizontal .ekflexmenu_submenu_parent_hover {
	top: 0px;
	left: 0px;
	height: auto;
	text-align: left;
}
.horizontal UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.horizontal LI {
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100px;/*padding: 0px 10px 0px 0px;*/
}
.horizontal .ekflexmenu_submenu_items {
	/*height:auto;*/
	margin-left: 0px;
	display: block;
	font-weight: normal;
	font-size: 11px;
}
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {
	position: relative;
	left: 0px;
	top: 0px;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	position: absolute;
	width: auto;
	float: none;
	background-color: #ffffff;
	text-align: left;
}
.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items {
	position: absolute; /*left: 100%; 	top: 0px;*/
	text-align: left;
}
.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden {
	display: none;
}
.horizontal .ekflexmenu_button {
	display: block;
	text-align: center;
	width: 100%;
	background: url(../images/NavBG.png) bottom left repeat-x;
	padding: 6px 0px;
	font-weight: normal;
}
.horizontal .ekflexmenu_button_hover {
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background: #666666;
	padding: 6px 0px;
	font-weight: normal;
}
.horizontal .ekflexmenu_button_selected {
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background: #666666;
	padding: 6px 0px;
	font-weight: normal;
}
.horizontal .ekflexmenu_button_selected_hover {
	display: block;
	text-align: center;
	width: 100%;
	text-decoration: none;
	color: #FFFFFF;
	background: #666666;
	padding: 6px 0px;
	font-weight: normal;
}
.horizontal img {
	border-width: 0px;
}
.horizontal a.ekflexmenu_link, .horizontal a.ekflexmenu_link:link, .horizontal a.ekflexmenu_link:visited {
	text-decoration: none;
	color: #656565;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	display: block;
	/*width: 100%;*/
	white-space: nowrap;
	text-align: left;
	font-weight: normal;
	position: relative;
	padding:5px;
}
.horizontal a.ekflexmenu_link:hover, .horizontal a.ekflexmenu_link:active, .horizontal a.ekflexmenu_link:focus {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Verdana;
	font-size: 15px;
	display: block; /*width: 100%;*/
	font-weight: normal;
 text-align: left  position: relative;
	background: #666666;
	padding: 5px;
}
.horizontal a.ekflexmenu_link_selected {
	display: block;
	color: #656565; /*width: 100%;*/
	font-weight: normal;
	position: relative;
	text-align: left;
	padding: 5px;
}
.horizontal a.ekflexmenu_link_selected:hover {
	display: block;
	color: #656565; /*width: 100%;*/
	font-weight: normal;
	position: relative;
	text-align: left;
	padding: 5px;
}
.horizontal UL LI UL {
	background: #fff url(../images/DropdownBG.jpg) bottom left repeat-x;
	width: 100%;
	top: 30px !important;
	position: absolute !important;
	border: 1px solid #666666;
	padding: 0px 0px 0px 0px;
	text-align: left;
}
.horizontal LI UL LI {
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
}
