/*                                                                          */
/* 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.     */
/*                                                                          */




/*.d1 ul {
	display:block;
	border-right:1px solid #ccc;
	height:48px;
}
.d1 ul li {
	list-style:none;
	display:block;
	float:left;
	background:url(/images/D1_bg.jpg) top left no-repeat;
	
}
.d1 a {
	display:block;
	float:left;
	padding:5px 20px 0 20px;
	border-left:#fff;
	border-top:1px solid #ccc;
	border-right:#ccc;
	font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#253686;
	text-align:center;
	text-decoration:none;
	line-height:14px;
	height:43px;
	width:70px;
}
.d1 a:hover,  .d1 a.ekflexmenu_button_selected {
	padding:5px 19px 0 19px;
	border:1px solid #FDB80C;
	background:url(/images/D1_on.jpg) 50% -20px no-repeat;
}
*/






.horizontal .ekflexmenu 
{
	/*padding: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;*/
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
}

.horizontal a
{
	text-decoration: none;
	padding:0;
}



.horizontal ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal li
{	float: left;
	display: block;
	position: relative;
	margin: 0px;
	padding: 0px;
	
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    z-index:99
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	border-right:1px solid #C8C9CD;
	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;
}
/* ================== Main menu settings ==================== */
.horizontal .ekflexmenu_button
{
    display: block;
  padding:15px 10px 0 10px;
    background:url(/images/D1_bg.jpg) top left no-repeat;
  font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#253686;
    height:32px;
    text-decoration:none;
}
.horizontal .ekflexmenu_button_hover,
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_selected_hover
{   padding:15px 10px 0 10px;
    display: block;
    background:url(/images/D1_on.jpg) 50% -20px no-repeat;
    font:14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#253686;
    height:32px;
    text-decoration:none;
}


.horizontal img 
{
	border-width: 0px;
}

/* ================== drop down menu  ==================== */


.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 10px 5px!important;
    background:url(/images/D1_on.jpg) 50% -20px no-repeat;
    color:#253686;
    text-decoration: none;
    display: block;
    width:120px;
    border-bottom: 1px solid rgb(220, 220, 220);
  
}
.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
{
    width:120px;
   padding: 10px 5px!important; 
    color: rgb(255, 255, 255);
    background:url(/images/D1_on.jpg) 50% -20px no-repeat;
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	display: block; 
    border-bottom: 2px solid #fff;
    
}

/*
.horizontal a.ekflexmenu_link_selected {
    padding: 2px;
	color: rgb(0, 89, 231);
    background: #EDF2F6;
    border-color :#ccc;
	display: block; 
width:120px;
    border-bottom: 1px solid #fff;
    
}


.horizontal a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
	color: rgb(198, 211, 255);
     background:url(/images/D1_on.jpg) 50% -20px no-repeat;
    border-color : rgb(161, 141, 112);
	display: block; 
    border-bottom: 1px solid #fff;
    
}*/

/*.ekflexmenu_startlevel .ekflexmenu_link {
	width:120px;border:1px solid red;}
	
	.ekflexmenu_startlevel .ekflexmenu_link_selected {
	border:1px solid red;}*/