/*                                                                          */
/* 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_vws .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: rgb(255, 255, 255);
    font-size: 12px;
    font-family: Sans-Serif;
    white-space: nowrap;
    z-index: 3000;
    
}

.horizontal_vws A
{
	text-decoration: none;
}

.horizontal_vws .ekflexmenu_submenu,
.horizontal_vws .ekflexmenu_submenu_hover,
.horizontal_vws .ekflexmenu_submenu_parent,
.horizontal_vws .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	/*height: auto;*/

}

.horizontal_vws UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal_vws LI
{
	/*border-right: 1px solid black;*/
	float: left;
	display: inline;
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	padding-left: 26px;
	padding-right: 25px;
}

.horizontal_vws .ekflexmenu_submenu_items 
{
	/*height:auto;*/
	margin-left: 0px;
	display: block;
	width: auto;


    /*border-bottom-width: 0px;
    border-width: 1px;
    border-style: solid;
    border-color: Black;
    border: solid 1px black;*/
    
}

.horizontal_vws .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;

}
.horizontal_vws .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 20px;
	float: none;
	width: auto;
	border-left: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
	border-right: solid 1px #dedede;
	background-color: #ffffff;
	
	
}

.horizontal_vws .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	/*left: 100%;
	top: 100%;*/
}

.horizontal_vws .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal_vws .ekflexmenu_button
{
    display: block;
    padding: 5px 0px;
    color: #333333 !important;
	font-family: Tahoma;

	font-size: 13px;
    /*color: rgb(255, 255, 255);*/
    /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x;*/
	background-color: Transparent;
    text-align:center;

   position: relative;
}
.horizontal_vws .ekflexmenu_button_hover
{
    display: block;
    padding: 5px 0px;
    /*color: rgb(255, 255, 255);*/
    /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaOrangeVista.jpg) repeat-x;*/
	background-color: Transparent;    
	text-align:center;
 
	font-family: Tahoma;
	font-size: 13px;
	position: relative;
}
.horizontal_vws .ekflexmenu_button_selected
{
    display: block;
    padding: 5px 0px;
	font-size: 13px;
    /*color: rgb(255, 255, 255);*/
    /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaOrangeVistaSelected.jpg) repeat-x;*/
    background-color: Transparent;
    text-align:center;
	position: relative;
    text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
}
.horizontal_vws .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 5px 0px;
	color: #336699 !important;
    /*color: rgb(255, 255, 255);*/
    /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaOrangeVistaSelectedHover.jpg) repeat-x;*/
    background-color: Transparent;
	text-align:center;
	position: relative;
    text-decoration: none;
	font-family: Tahoma;
	font-size: 13px;
}

.horizontal_vws img 
{
	border-width: 0px;
}

.horizontal_vws a.ekflexmenu_link, 
.horizontal_vws a.ekflexmenu_link:link, 
.horizontal_vws a.ekflexmenu_link:visited {
    
    
    /*color: rgb(0, 0, 160);*/
    color: #333333 !important;
    background: White;
    /*background: rgb(238, 238, 238);*/
    text-decoration: none;
    font-family: Tahoma;
    font-size: 12px;
    display: block;
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    white-space: nowrap;
    position: relative;
     padding: 5px 0px;

}
.horizontal_vws a.ekflexmenu_link:hover, 
.horizontal_vws a.ekflexmenu_link:active, 
.horizontal_vws a.ekflexmenu_link:focus  {
 
    padding: 0px 0px;
 
    /*color: rgb(255, 255, 255);*/
    color: #336699 !important;
    /*background : rgb(181, 166, 132);*/
    text-decoration: none;
    /*border-color: rgb(181, 166, 132);*/
	display: block; 
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    white-space: nowrap;
    position: relative;
    padding: 5px 0px;
}

.horizontal_vws a.ekflexmenu_link_selected {
   

    color: #336699;
	/*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);*/
    background: White;
    white-space: pre-wrap;
    position: relative;
    padding: 5px 0px;
}
.horizontal_vws a.ekflexmenu_link_selected:hover {
  
   padding: .5em 0em .5em 0em;
    color: #336699;
    background: White;
	/*color: rgb(198, 211, 255);*/
    /*ackground: rgb(161, 141, 81);*/
    /*border-color : rgb(161, 141, 112);*/
	display: block; 
	/*width: 100%;*/
    /*border-bottom: 1px solid rgb(220, 220, 220);*/
    white-space: pre-wrap;
    position: relative;
     padding: 5px 0px;
}

.horizontal_vws UL LI UL
{
	padding: 0 !important;
	margin: 0 !important;
	background-color: White;
	border-right: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-bottom: solid 1px #dedede;
    width: auto;
    top: 28px !important;
    position: absolute !important;   /*Aleks 2.17.09: This fixed horizontal_vws dropdown from breaking the page.*/
}
.horizontal_vws LI UL LI
{
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
}
