/*                                                                          */
/* 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; /* DIV; wraps the entire menu */
	color: #FFFFFF !important; /*color: rgb(255, 255, 255);*/
	white-space: nowrap;
}

.horizontal A
{
	padding-top: 5px;
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu, .horizontal .ekflexmenu_submenu_hover, .horizontal .ekflexmenu_submenu_parent, .horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	height: auto;
}

.horizontal UL
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.horizontal UL:hover
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.horizontal LI
{
	float: left;
	display: block;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.horizontal .ekflexmenu_submenu_items
{
	height: auto;
	margin-left: 0px;
}
.horizontal .ekflexmenu_submenu_items
{
	height: auto;
	margin-left: 0px;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden
{
	display: none;
}

.horizontal .ekflexmenu_button
{
	display: block;
	padding: 7px 10px 5px 15px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-align: center;
	vertical-align: middle; /*width: 100%; removed for IE6 test */
	background: transparent url('/images/GenericMenu.gif') repeat-x;
	height: 18px;

	text-decoration: none;
}
/*check this*/
.horizontal .ekflexmenu_button_hover
{
	display: block;
	padding: 7px 10px 3px 15px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-align: center; /*width: 100%; removed for IE6 test */
	background: transparent url('/images/GenericMenu.gif') 0px -31px no-repeat;
	height: 21px;

	text-decoration: none;
}

.horizontal .ekflexmenu_menu_seperator
{
	width: 28px;
	background: url('/images/GenericMenu.gif') repeat-x;
	height: 30px;
}
.horizontal .ekflexmenu_button_selected
{
	display: block;
	padding: 7px 10px 3px 15px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-align: center; /*width: 100%; removed for IE6 test */
	background: transparent url('/images/GenericMenu.gif') 0px -62px no-repeat;
	height: 21px;

	text-decoration: none;
}

.horizontal .ekflexmenu_button_selected_hover
{
	display: block;
	padding: 7px 10px 3px 15px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-align: center; /*width: 100%; removed for IE6 test */
	background: url('/images/GenericMenu.gif') 0px -62px no-repeat;
	height: 21px;
	text-decoration: none;
}

.horizontal img
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, .horizontal a.ekflexmenu_link:link, .horizontal a.ekflexmenu_link:visited
{
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: normal;
}
.horizontal a.ekflexmenu_link:hover, .horizontal a.ekflexmenu_link:active, .horizontal a.ekflexmenu_link:focus
{
	padding: 0px 0px 0px 0px;
	text-indent: 10px;
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: normal;
}

.horizontal a.ekflexmenu_link_selected
{
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-indent: 10px;
	display: block;
	width: 100%;
	white-space: normal;
}
.horizontal a.ekflexmenu_link_selected:hover
{
	padding: 0px 0px 0px 0px;
	font-weight: normal;
	color: #FFFFFF !important;
	text-indent: 10px;
	display: block;
	width: 100%;
	white-space: normal;
}
