/*                                                                          */
/* 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.     */
/*                                                                          */

.rlf_fullmenu_styles .ekflexmenu 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    	color: rgb(255, 255, 255);
    	width: 800px;
	//width: 802px;
    	font-size: 10px;
    	font-family: Sans-Serif;
    	white-space: nowrap;
    	height:25px;
    	background-color:Transparent;
	display: inline;
	padding: 0px 0px 0px 0px;
}

.rlf_fullmenu_styles A
{
	text-decoration: none;
}

.rlf_fullmenu_styles .ekflexmenu_submenu,
.rlf_fullmenu_styles .ekflexmenu_submenu_hover,
.rlf_fullmenu_styles .ekflexmenu_submenu_parent,
.rlf_fullmenu_styles .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
	color:red;
	
	
}

.rlf_fullmenu_styles UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.rlf_fullmenu_styles LI
{
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 100px;
	z-index:9999;
}

.rlf_fullmenu_styles .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;        
    padding-bottom:1px;
	border-width: 1px;
    border-style: solid;
    border-color: white;
    border: solid 0px white;
	
}

.rlf_fullmenu_styles .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
}
.rlf_fullmenu_styles .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	margin-top:3px;
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	width:100px;
}

/* start level 3 newly added */
.rlf_fullmenu_styles .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items
{
	margin-top:3px;
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	width:100px;
}

.rlf_fullmenu_styles .ekflexmenu_menu_level_3 .ekflexmenu_submenu_items LI
{
	border-right: 1px solid black;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width:100px;
	z-index:9999;	
}
/* end level 3 newly added */

.rlf_fullmenu_styles .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items LI
{
	border-right: 1px solid black;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width:100px;
	z-index:9999;	
}

.rlf_fullmenu_styles .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
}

.rlf_fullmenu_styles .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.rlf_fullmenu_styles .ekflexmenu_button
{
    display: block;
    padding: 5px 0px;
    font-weight: bold;
    font-size: 11px;
    color: rgb(255, 255, 255);
    background: rgb(47, 47, 97);    
    text-align:center;
    width: 100px;
    text-decoration: none;
}

.rlf_fullmenu_styles .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 0px;
    font-size: 11px;
    font-weight: bold;
    color: red;
    background: rgb(47, 47, 97);
    text-align:center;
    width:  100px;
	text-decoration: none;
}
.rlf_fullmenu_styles .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 0px;
    font-size: 11px;
    font-weight: bold;
    color: red;
    background: rgb(47, 47, 97);
    text-align:center;
    width:  100px;
    text-decoration: none;
}
.rlf_fullmenu_styles .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
    font-size: 11px;
    font-weight: bold;
    color: red;
    background: rgb(47, 47, 97);
    text-align:center;
    width:  100px;
    text-decoration: none;
}

.rlf_fullmenu_styles img 
{
	border-width: 0px;
}

.rlf_fullmenu_styles a.ekflexmenu_link, 
.rlf_fullmenu_styles a.ekflexmenu_link:link, 
.rlf_fullmenu_styles a.ekflexmenu_link:visited {
   
   display:block;
   font-size :10px;
   font-weight:bold;
   padding:5px 0 5px 10px;
  text-align:left;
    color: rgb(0, 0, 160);
    background: rgb(238, 238, 238);
    text-decoration: none;
   
    width: 100px;
    border-bottom: 1px solid rgb(220, 220, 220);
   
}

.rlf_fullmenu_styles a.ekflexmenu_link:hover, 
.rlf_fullmenu_styles a.ekflexmenu_link:active, 
.rlf_fullmenu_styles a.ekflexmenu_link:focus  {
   
    
    color: rgb(255, 255, 255);
    background:rgb(79,108,176);
    text-decoration: none;
    border-color: rgb(181, 166, 132);
	
	width: 100px;
    border-bottom: 1px solid rgb(220, 220, 220);
   
    display:block;
   font-size :10px;
   font-weight:bold;
   padding:5px 0 5px 10px;
  text-align:left;
}

.rlf_fullmenu_styles a.ekflexmenu_link_selected {
 
	color: rgb(0, 89, 231);
    background: rgb(206, 190, 140);
    border-color : rgb(206, 190, 140);
	 display:block;
   font-size :10px;
   font-weight:bold;
   padding:5px 0 5px 10px;
  text-align:left;
	width:  100px;
    border-bottom: 1px solid rgb(220, 220, 220);
    
}
.rlf_fullmenu_styles a.ekflexmenu_link_selected:hover {
     display:block;
   font-size :10px;
   font-weight:bold;
   padding:5px 0 5px 10px;
  text-align:left;
	color: rgb(198, 211, 255);
    background: rgb(161, 141, 81);
    border-color : rgb(161, 141, 112);
	
	width:  100px;
    border-bottom: 1px solid rgb(220, 220, 220);
  
}


/* new additions */
.rlf_fullmenu_styles .ekflexmenu_menu_level_2 .ekflexmenu_button
{
    display: block;
    padding: 5px 0px;
    font-size: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background:rgb(79,108,176);
    text-align:left;
    width: 105px;
    padding-left:10px;
}

.rlf_fullmenu_styles .ekflexmenu_menu_level_2 .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 0px;
    font-size: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background:rgb(79,108,176);
    text-align:left;
    width: 105px;
    padding-left:10px;
}
.rlf_fullmenu_styles .ekflexmenu_menu_level_2 .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 0px;
    font-size: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background:rgb(79,108,176);
    text-align:left;
    width: 105px;
    text-decoration: underline;
    padding-left:10px;
}
.rlf_fullmenu_styles .ekflexmenu_menu_level_2 .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
    font-size: 10px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background:rgb(79,108,176);
    text-align:left;
    width: 105px;
    text-decoration: underline;
    padding-left:10px;
}