/*                                                                          */
/* 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.     */
/*                                                                          */

.headermenu
{
	margin-left: 20px;

}
.horizontal .ekflexmenu
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 0px 14px; /* DIV; wraps the entire menu */ /* (the outer-most non-user container element) */
	position: relative;
	color: rgb(255, 255, 255);
	width: 864px;
	font-size: 14px;
	font-family: Trebuchet MS;
	white-space: nowrap;
	float: left;
}
.subhorizontal .subekflexmenu
{
	/*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 1px 14px; /* DIV; wraps the entire menu */ /* (the outer-most non-user container element) */
	position: relative;
	color: rgb(255, 255, 255);
	width: 864px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif;
	white-space: nowrap;
}
.subhorizontal .subnav
{
	padding-top: 0px;
}


.horizontal A
{
	color: #A8A8A8;
	text-decoration: none;
}
.horizontal A:hover
{
	color: #005543;
	text-decoration: none;
}

.subhorizontal
{
	width:677px;
}
.subhorizontal A
{
	text-decoration: none;
}

.horizontal UL
{
	margin-top: 6px;
}
.subhorizontal UL
{
	overflow: hidden;
	clear: both;
	width: 677px;
	background: url(images/MainMaster/bg-nav.gif) no-repeat 0 4px;
	margin: 0 0 0 34px;
	padding: 0 0 4px;
}


.subhorizontal LI
{
	float: left;
	padding: 0px 2px 0px 13px;
	list-style: none;
}



.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	clear: both;
	margin: 14px 0 0 0;
	overflow: hidden;
	padding: 6px 0 8px;
	width: 677px;
	border-top: solid 1px #A9CE15;
	border-bottom: solid 1px #A9CE15;
	height: 9px;
}
.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li
{
	float: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding: 0px 9px 0px 15px;
	height: 13px;
	overflow: hidden;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li a, .horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li a:hover
{
	display: block;
	height: 8px;
	overflow: hidden; /*width:50px; this need to be dynamic*/
	background-repeat: no-repeat;
	padding: 22px 5px 0px 5px; /*text-indent:-9999px;*/
}


.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items li ul
{
	display: none;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden
{
	display: none;
}

.horizontal .ekflexmenu_button, .ekflexmenu_link
{
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	color: #A8A8A8;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	widows: auto;
}
.horizontal .ekflexmenu_button_hover, .horizontal .ekflexmenu_button:hover
{
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	color: #A8A8A8;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	width: auto;
	background-position: 0 -13px;
}
.horizontal .ekflexmenu_button_selected, .horizontal .ekflexmenu_button_selected:hover, .horizontal .ekflexmenu_button_selected_hover
{
	display: block;
	padding: 5px 0px;
	font-weight: bold;
	color: #A8A8A8;
	text-align: center;
	font-family: Trebuchet MS;
	font-size: 14px;
	width: auto;
	background-position: 0 -13px;
}
.subhorizontal .ekflexSubmenu_button
{
	display: block;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	color: #A8A8A8;
	text-align: center;
	width: 100%;
	font-size: 11px;
	width: 100%;
}
.subhorizontal .ekflexSubmenu_button_hover, .subhorizontal .ekflexSubmenu_button:hover
{
	display: block;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	color: #005543;
	text-align: center;
	width: 100%;
	font-size: 11px;
}
.subhorizontal .ekflexSubmenu_button_selected, .subhorizontal .ekflexSubmenu_button_selected:hover, .subhorizontal .ekflexSubmenu_button_selected_hover
{
	display: block;
	padding: 0px 0px 5px 0px;
	font-weight: bold;
	color: #005543;
	text-align: center;
	width: 100%;
	font-size: 11px;
}

.horizontal img
{
	border-width: 0px;
}

