/*                                                                          */
/* 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;*/
	padding: 0px 0px 0px 0px;
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
	position: relative;
    color: #006633;
    width: 960px;
    padding-top: 6px;
    font-weight: 600;
    font-size:  0.82em;
    z-index: 2900;
    font-family: Arial, Helvetica, sans-serif;
    white-space: nowrap;

}

.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;
	height: auto;
	
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;

}

/* padding left adjusts spacing of buttons */

.horizontal LI
{
	float: left;
	display: inline;
	position: relative;
	margin-top: 0px;
	padding-left: 6px;
	padding-right: 20px;	
	font-weight: 500;
        font-size:  0.94em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}



.horizontal .ekflexmenu_submenu_items 
{
	height: auto;
	margin-left: 0px;
	
    border-bottom-width: 0px;
    border-width: 0px;
    border-style: none;
    border color: black;
    border-top: none;
  
		

	
	
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;


}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 0px;
	top: 100%;
	float: none;
	padding-top: 5px;
	width: 160px;
	

}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
 
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button
{
    display: block;
    padding: 5px 5px 5px 0px;
    font-weight: bold;
    color:  rgb(0, 0, 0);


/* CHANGE BACKGROUND IMAGE OR COLOR FOR NAVIGATION BAR */

  /*  background:  url(images3/nvbkgrd.jpg) repeat-x; */
/* original value for above background ek_menu_ex__btnWorkareaBlueVista.jpg */
    text-align:center;
    width: 100%;
}
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 5px 5px 0px;
  font-weight: bold;
   color: rgb(255, 255, 255);
    background: rgb(65, 18, 69);
    text-align:center;
    width: 100%;
	
}
.horizontal .ekflexmenu_button_selected
{
    display: block;
	    padding: 5px 5px 5px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: #7d2585;
    text-align:center;
    width: 100%;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 5px 5px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: #a02d96;
    text-align:center;
    width: 100%;
    text-decoration: none;
}

.horizontal img 
{
	border-width: 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 0px;
	 
    text-indent: 10px;
    
	


/* Link color below */

    color: #006633;
    background: #d4d4d4;
    text-decoration: none;
    display: block;
    width: 200px;
	height: 30px;
	
   
/* BORDER LINE FOR DIVIDER IN MENU */

   /* 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;
    text-indent: 10px;
    color: rgb(255, 255, 255);

/* HOVER COLOR OF BUTTON */
    background: #ffffff;
    text-decoration: none;
    border-color: rgb(181, 166, 132);
    display: block; 
     width: 200px;
     color: #006633;
   /* background: rgb(transparent); */
/* border-top: 1px solid rgb(220, 220, 220); */
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
   width: 200px;
height:25px;
     color: #006633;

/* SELECTED LINK COLOR PROPERTY */
	color: rgb(250, 250, 250);

/* SELECTED BUTTON */
    background: rgb(146, 39, 143);
    border-color : rgb(206, 190, 140);
	display: block; 
	  width: 200px;
   /* 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);

/* SELECTED BUTTON */
    background: rgb(85, 24, 83);
    border-color : rgb(161, 141, 112);
	display: block; 
	  width: 200px;
   /* border-bottom: 1px solid rgb(220, 220, 220); */
    white-space: normal;
}
