/*                                                                          */
/* 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: rgb(255, 255, 255);
    font-size: 13px;
    font-family: Sans-Serif;
    white-space: nowrap;
    z-index: 3000;


}

.horizontal A
{
	text-decoration: none;
        color: #FFFFFF;
}


.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover,
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	top: 0px;
	left: 0px;
	height: auto;
border-bottom-color : Black;

}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
	/*border-right: 1px solid black; */
	float: left;
	display: block; 
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px; 
	/*padding-left: 20px;
	padding-right: 20px; */
text-align :left;
}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
	display: block;
	width: auto;
    
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;

}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
/*	left: 32px; */
	top: 33px;
	float: none;
	display:block;
	width: 150px;

/* KB BG COlor Start */
/*	border-top: solid 1px #dedede; */
	
/* border-left: solid 1px #dedede; */
/*	border-bottom: solid 1px #dedede; */
/*	border-right: solid 1px #dedede; */

/* KB BG COlor End */
/*	background-color: #AC1F30; */
	background-color: #FFFFff;
	color: Black;
	text-align: left;
	text-indent: 4px;
	padding:7px 0 5px 5px;
	z-index: 100 !important;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 151px;
	top: 8px; 
/*		width: 200px; */
width: auto;
	color: Black;
	background-color: #FFFFFF;
	text-indent: 4px; /*text-indent: 20px;*/
	font-size: 11px;
	
}


.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;	
}

.horizontal .ekflexmenu_button
{
	display: block;
	padding: 5px 0px;
	color: Black; /*    color: #FFFFFF !important;*/
	font-family: Arial;
	font-size: 13px; /*color: rgb(255, 255, 255);*/ /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaBlueVista.jpg) repeat-x;*/
	background-color: Transparent; /*background-color:#999999;*/
	text-align: left;
	background-position: right top;
	background-repeat: no-repeat;
	position: relative;


}
.horizontal .ekflexmenu_button_hover
{

	display: block;
	padding: 5px 0px; 
	background-color: Transparent;
	text-align: left;
	font-size : 13px;
	font-family: Arial;
	position: relative;
border-bottom-color : Black;


 /*color: rgb(255, 255, 255);*/ /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaOrangeVista.jpg) repeat-x;*/
}
.horizontal .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;*/
	text-align: left;
	position: relative;
	text-decoration: none;
	font-family: Arial;
	color: #000000 !important;
	/* background-color:transperant; */
}
.horizontal .ekflexmenu_button_selected_hover
{
	display: block;
	padding: 5px 0px;
	color: #FFFFFF; /*color: rgb(255, 255, 255);*/ /*background: rgb(47, 47, 97) url(ek_menu_ex__btnWorkareaOrangeVistaSelectedHover.jpg) repeat-x;*/
	background-color: #999999;
	text-align: left;
	position: relative;
	text-decoration: none;
	font-family: Arial;
/* border-bottom-color : Black; */
}

.horizontal img 
{
	border-width: 0px;

}

.horizontal a.ekflexmenu_link_2, .horizontal a.ekflexmenu_link_2:link, .horizontal a.ekflexmenu_link_2:visited
{
	/*color: rgb(0, 0, 160);*/
	color: #000000 !important;
/*	background-color: #AC1F30; */
	background: White; 
    /*background: rgb(238, 238, 238);*/
	text-decoration: none;
	font-family: Arial;
	display: block; /*border-bottom: 1px solid rgb(220, 220, 220);*/
	white-space: nowrap;
	position: relative;
	padding: 5px 0px;
	z-index: 100 !important;
}
.horizontal a.ekflexmenu_link_2:hover, .horizontal a.ekflexmenu_link_2:active, .horizontal a.ekflexmenu_link_2:focus
{
	padding: 0px 0px;
	background-color: #999999 !important;
	/* background-color: #AC1F30; */ 
	/*color: rgb(255, 255, 255);*/
	color: white!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;
	color: White;
}

.horizontal a.ekflexmenu_link_selected_2 {
   

    color: #FFFFFF;
	/*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-color: #999999;
  /*  background-color: #AC1F30; */
    white-space: pre-wrap;
    position: relative;
    padding: .4em 0em .0em 0em;
    color: White;
}
.horizontal a.ekflexmenu_link_selected_2:hover
{
	padding: .5em 0em .5em 0em;
	color: White; 
/*		background-color: red; */
	/*background-color: #AC1F30; */
	/*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: .4em 0em .0em 0em;
}

.horizontal UL LI UL
{
	padding: 0 !important;
	margin: 0 !important;
	/* background-color: #AC1F30; */
	/* border-top: solid 1px #dedede; */
	border-right: solid 1px #dedede;
	border-left: solid 1px #dedede;
	/* border-bottom: solid 0px #dedede; */
    width: auto;
    
 /*   top: 28px !important; */
    position: absolute !important;   /*Aleks 2.17.09: This fixed horizontal dropdown from breaking the page.*/
text-align:left;

}
.horizontal LI UL LI
{
	display: block;
	float: none;
	width: auto;
	white-space: nowrap;
text-align:left;
top:0px;
/*font-size: 50px; */

}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items .ekflexmenu_button_selected_hover
{
	background-color: White;

}


.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items .ekflexmenu_button_selected
{
	background-color: White;

	
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_button_hover
{
	 background-color:#363636; 
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items .ekflexmenu_button_hover
{
	width:170px
}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_button_selected_hover
{
	background-color: #363636;


}
.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items .ekflexmenu_button_selected_hover
{
	


}
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items .ekflexmenu_button_selected
{
	background-color: #363636;
	color:White !important;

}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items .ekflexmenu_button_selected
{
	color:White !important;

}
.horizontal .ekflexmenu_link_selected
{
		display: block; 
	
    
  background-color: #363636; 
    white-space: pre-wrap;
    position: relative;
    padding: .4em 0em .0em 0em;
    color: White;
}


.horizontal a.ekflexmenu_link, .horizontal a.ekflexmenu_link:link, .horizontal a.ekflexmenu_link:visited
{

	color:#000000;
	background-color: #ffffff ;

	text-decoration: none;
	font-family: Arial;
	display: block; /*border-bottom: 1px solid rgb(220, 220, 220);*/
	white-space: nowrap;
	position: relative;
	padding: 5px 0px;
	z-index: 100 !important;
}
.horizontal a.ekflexmenu_link:hover, .horizontal a.ekflexmenu_link:active, .horizontal a.ekflexmenu_link:focus
{
	padding: 0px 0px;
	background-color: #363636;	
	color: #ffffff!important; 
	text-decoration: none; 
	display: block; 
	white-space: nowrap;
	position: relative;
	padding: 5px 0px;

}
.horizontal a.ekflexmenu_link_selected:hover
{
	padding: .5em 0em .5em 0em;
	color: #ffffff; 
	background-color: #363636; 
	display: block; 
	white-space: pre-wrap;
	position: relative;
    padding: .4em 0em .0em 0em;
}
