/*                                                                          */
/* 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.     */
/*                                                                          */
/* Start Lookign Here */
/*.globalmenu .ekflexmenu {
	padding: 0px 0px 0px 0px;
	position: relative;
	font-size: 12px;
	white-space: nowrap;
}*/
.globalmenu A {
	text-decoration: none;
	color:#818080;
	text-transform: lowercase;	
}

.globalmenu .ekflexmenu_submenu, .globalmenu .ekflexmenu_submenu_hover, .globalmenu .ekflexmenu_submenu_parent, .globalmenu .ekflexmenu_submenu_parent_hover {
	top: 0px;
	left: 0px;
	height: auto;
}
.globalmenu UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
/*Start Looking Above*/
.globalmenu LI {
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding:0;
	min-width: 50px;
	_width:50px;
	height:52px;
	line-height:28px;
}
.globalmenu .ekflexmenu_submenu_items {
	height:auto;
	margin-left: 0px;
}

.globalmenu .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.globalmenu .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 120px;
}
.globalmenu .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items {
	position: absolute;
	left: 100%;
	top: 0px;
}
.globalmenu .ekflexmenu .ekflexmenu_submenu_items_hidden {
	display: none;
}
.globalmenu .ekflexmenu_button {
	display: block;
	font-weight: bold;
	padding: 0px 8px 0 8px;
	text-align:center;
	min-width: 50px;
_width:50px;
	height:100%;
}
.globalmenu .ekflexmenu_button_hover {
	display: block;
	padding: 0px 8px 0 8px;
	font-weight: bold;
	text-align:center;
	min-width: 50px;
_width:50px;
	color:#e25f08;
}
.globalmenu .ekflexmenu_button_selected {
	display: block;
	padding: 0px 8px 0 8px;
	font-weight: bold;
	text-align:center;
	min-width: 50px;
_width:50px;
	text-decoration: none;
	color:#e25f08;
}
.globalmenu .ekflexmenu_button_selected_hover {
	display: block;
	padding: 0px 8px 0 8px;
	font-weight: bold;
	text-align:center;
	min-width: 50px;
_width:50px;
	color:#e25f08;
}
.globalmenu img {
	border-width: 0px;
}
.globalmenu a.ekflexmenu_link, .globalmenu a.ekflexmenu_link:link, .globalmenu a.ekflexmenu_link:visited {
	padding: 0px 0px;
	text-indent: 10px;
	color: #818080;
	background: rgb(238, 238, 238);
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: normal;
}
.globalmenu a.ekflexmenu_link:hover, .globalmenu a.ekflexmenu_link:active, .globalmenu a.ekflexmenu_link:focus {
	padding: 0px 0px;
	text-indent: 10px;
	background : rgb(181, 166, 132);
	text-decoration: none;
	display: block;
	width: 100%;
	white-space: normal;
}
.globalmenu a.ekflexmenu_link_selected {
	padding: 0px 0px;
	text-indent: 10px;
	color: #e25t08;
	display: block;
	width: 100%;
	white-space: normal;
}
.globalmenu a.ekflexmenu_link_selected:hover {
	padding: 0px 0px;
	text-indent: 10px;
	color: #e25t08;
	display: block;
	width: 100%;
	white-space: normal;
}
.globalmenu #e5a1dcbef_7_12_button .ekflexmenu_button_hover {
	height:52px;
}