
/*                                                                          */
/* 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.     */
/*                                                                          */
html {
 filter: expression(document.execCommand("BackgroundImageCache", false, true));
}

.horizontal .ekflexmenu {
	padding: 0px 0px 0px 0px;
	position: relative;
	color:#ffffff;
	width: 711px;
	white-space: nowrap;
	background: #0080BC url(../images/menu_unselected.GIF) repeat-x;
	float:left;
	}

.horizontal a, .horizontal a:hover, .horizontal a:visited, .horizontal a:active {
	text-decoration: none;
	font:10px;
	color:#ffffff;
}

.horizontal .ekflexmenu_submenu, .horizontal .ekflexmenu_submenu_hover, .horizontal .ekflexmenu_submenu_parent, .horizontal .ekflexmenu_submenu_parent_hover {
	top: 0px;
	left: 0px;
	height: auto;
	z-index:1000;
}

.horizontal UL {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal li {
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0 15px 0 15px;
	_padding: 0 5px 0 5px;
	_width:100px;
/*	font: normal 8px/16px;*/
}
.horizontal li, .horizontal li a, .horizontal li a:hover, .horizontal li a:active, .horizontal li a:visited {
	font-size:10px;	
	line-height:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:bold;
}

.horizontal li li, .horizontal li li a, .horizontal li li a:hover, .horizontal li li a:active, .horizontal li li a:visited {
	font-size:12px;	
	line-height:normal;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-weight:normal;
	color: #0085c2;
}
.horizontal li ul {
	padding-top:3px;

}
.horizontal .ekflexmenu_submenu_items {
	height:auto;
	margin-left: 0px;
	border-bottom-width: 0px;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items {
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	letter-spacing: 2px;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items {
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 120px;
	letter-spacing: normal;
	font-size:10px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items {
	position: absolute;
	left: 100%;
	top: 0px;
	letter-spacing: normal;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden {
	display: none;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button, .horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button_hover, .horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button_selected, .horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover {
	color: #0085c2;
	width: 230px;
	background: #cee2e8;
	border: 1px SOLID #0085c2;
	border-top: 0px;
	text-transform: none;
	text-align: left;
	text-indent: 16px;
	padding: 3px 0 3px 0;
	margin-left: -20px;
	_padding-left:16px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button_hover, .horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button_selected, .horizontal .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover {
	background: #E9E9E9;
	color: #0085c2;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

.horizontal .ekflexmenu_button {
	display: block;
	padding: 10px 0 0 0;
	color:#ffffff;
	background: rgb(47, 47, 97) url(../images/menu_unselected.GIF) repeat-x;
	text-align:center;
	height: 15px;
	width: 100%;
	text-transform: uppercase;
}

.horizontal .ekflexmenu_button_hover {
	display: block;
	padding: 10px 0 0 0;
	color:#ffffff;
	background: Transparent url(../images/menu_selected.GIF) no-repeat top center;
	text-align:center;
	height: 15px;
	width: 100%;
	text-transform: uppercase;
}

.horizontal .ekflexmenu_button_selected {
	display: block;
	padding: 10px 0 0 0;
	color:#ffffff;
	background: Transparent url(../images/menu_selected.GIF) no-repeat top center;
	text-align:center;
	height: 15px;
	width: 100%;
	text-transform: uppercase;
}

.horizontal .ekflexmenu_button_selected_hover {
	display: block;
	padding: 10px 0 0 0;
	color:#ffffff;
	background: Transparent url(../images/menu_selected.GIF) no-repeat top center;
	text-align:center;
	height: 15px;
	width: 100%;
	text-transform: uppercase;
}

.horizontal img {
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, .horizontal a.ekflexmenu_link:link, .horizontal a.ekflexmenu_link:visited {
	padding: 0px 0px;
	text-indent: 10px;
	color: rgb(0, 0, 160);
	background: rgb(238, 238, 238);
	text-decoration: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	white-space: normal;
}

.horizontal a.ekflexmenu_link:hover, .horizontal a.ekflexmenu_link:active, .horizontal a.ekflexmenu_link:focus {
	padding: 0px 0px;
	text-indent: 10px;
	color:#ffffff;
	background : rgb(181, 166, 132);
	text-decoration: none;
	border-color: rgb(181, 166, 132);
	display: block;
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
	padding: 0px 0px;
	text-indent: 10px;
	color: rgb(0, 89, 231);
	background: rgb(206, 190, 140);
	border-color : rgb(206, 190, 140);
	display: block;
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	white-space: normal;
}

.horizontal a.ekflexmenu_link_selected:hover {
	padding: 0px 0px;
	text-indent: 10px;
	color: rgb(198, 211, 255);
	background: rgb(161, 141, 81);
	border-color : rgb(161, 141, 112);
	display: block;
	width: 100%;
	border-bottom: 1px solid rgb(220, 220, 220);
	white-space: normal;
}
