/*                                                                          */
/* 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;*/
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    white-space: nowrap;
    width:632px;   
	padding: 0px;
	display: block;
	position: relative;
	float: left;
	vertical-align: middle;
	z-index: 100 !important; 
}

.horizontal UL
{
	display: block;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
		
}
.horizontal LI
{	
	float: left;
	display: block;
	position: relative;
	padding: 0px;
	/*font-size: 11px;*/
	color:#0B2653;
	padding-top: 5px;
	height:24px;
	list-style-type:disc;
	list-style-position:inside;
	margin-right:16px;
	text-align: center;     
}

.horizontal LI a
{
	float: left;
	display: inline;
	position: relative;
	padding: 0px;
	color:#0B2653;
	text-decoration: none;
	font-weight: bold;
}

.horizontal LI a:hover
{
	color: #ED1C24;	
	background-color:#DFE9F6;
}

.horizontal .ekflexmenu_link_selected,
.horizontal .ekflexmenu_button_selected
{
    color: #ED1C24;	
    
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	
}
/*.horizontal .ekflexmenu_submenu_hover,*/
.horizontal .ekflexmenu_submenu_parent
/*,.horizontal .ekflexmenu_submenu_parent_hover*/
{
    top: 0px;
	left: 0px;
    background-color:#DFE9F6;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	padding: 0px;
	height: 24px; 
	vertical-align: middle;
}

.horizontal .menu_arrow
{
    background:url('/images/downarrow.gif') no-repeat right center;
    padding-right:10px;
}

.horizontal .menu_arrow_hover
{
    background:url('/images/uparrow.gif') no-repeat right center;
    padding-right:10px;
}


.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items_hidden
{
	display: none;
	
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    position:absolute;
    left:-16px;
    top:28px;
    background-color:#DFE9F6;
    z-index:10000;
    width:205px;
    height:120px;
}
.horizontal .ekflexmenu_menu_level_1 ul.ekflexmenu_submenu_items
{
    padding:8px;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items li
{
    height:20px;
    width: 80px;
    font-size:9pt;
    font-weight:normal;
}

.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_link
{
    list-style-type:disc;
}

/*
.horizontal UL LI UL LI
{
 background-image:url(menuback.jpg);  width:170px;border: 0px; height: 24px; vertical-align:middle; font-weight: normal; position: relative; padding-top: 0px;
}


.horizontal UL LI UL LI .ekflexmenu_link
{
	text-align: left; position: relative; height: 24px; vertical-align: middle; z-index: 100 !important;
}

.horizontal UL LI UL LI .ekflexmenu_link a
{
	text-align: left; font-weight: normal;  height: 20px; 
}



.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items 
{
	position: absolute;
	margin-left: 40px;
	left: 5px;
	top: 20px;
	font-family: verdana; 
	font-size: 12px;
	display: block;
	padding-left: 0px; padding-bottom: 0px; padding-top: 3px;
	width: 170px; 
	z-index: 100 !important;
	height: 24px;
	
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	background-color: #eeeeee; margin-top: 5px;
	z-index: 99999 !important;
	
	
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button,
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected_hover
.horizontal .ekflexmenu_button_visited

{
    padding: 0px;
    color: #404040;
    width: 100px;
    height: 24px;
    text-decoration: none; 
 
}

.horizontal A
{
	text-decoration: none;
}

.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	text-indent: 10px;
	height: 24px;
	
}

.horizontal .ekflexmenu_link
{
	padding: 0px;
	height: 24px; 
	width: 100px;  
	float: left;
	display: block;
	text-indent: 10px;

}


.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus,
.horizontal a.ekflexmenu_link_selected,
.horizontal a.ekflexmenu_link_selected:hover
{
	text-align:left; text-indent: 10px; float: left; color: #008fbb; padding: 0px; height: 24px; width: 170px; display: block; 
}


.ekflexmenu_menu_level_1 .ekflexmenu_startlevel .ekflexmenu_submenu a:hover
{
	  text-indent: 10px; float: left; color: #008fbb; padding: 0px; height: 24px; width: 170px; display: block; 
}
	





.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 0px;
    font-weight: bold;
    color: #404040;
    
    text-align:center;
    width: 100%;
    font-family: verdana;  font-size: 12px;
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 0px;
    font-weight: bold;
    color: #404040;
    
    text-align:center;
    width: 100%;
    text-decoration: underline;
    font-family: verdana;  font-size: 12px;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 0px;
    font-weight: bold;
    color: #404040;
    
    text-align:center;
    width: 100%;
    text-decoration: underline;
    font-family: verdana;  font-size: 12px;
}




.horizontal img 
{
	border-width: 0px;  
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 0px;
    color: #404040;
    background: url(images/ek_flex_bg.gif));
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    font-family: verdana;  font-size: 12px;
}
.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 0px;
    
    color: #404040;
    background : url(images/ek_flex_bg.gif);
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: block; 
	width: 100%;
	font-family: verdana;  font-size: 12px;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 0px;
   
	color: #404040;
    
    border-color : rgb(206, 190, 140);
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    font-family: verdana;  font-size: 12px;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 0px;
    
	color: #404040;
    background: url(images/ek_flex_bg.gif));
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    font-family: verdana;  font-size: 12px;
}

*/