/*                                                                          */
/* 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; z-index:1;
    color: rgb(255, 255, 255);
    height:35px; 
	width:800px; /*it was 800px before removing the HardCoded Contac Us - Bradut, 2010-03-03*/
    font-size: 12px;
    font-family: Sans-Serif;
    white-space: nowrap;
    background-image:url(../images/menu_bg_tall.jpg); 
    border: solid 0px black;
}

/*Seems to affect only the selected menu item -level 0*/
.horizontal A
{
	text-decoration: none;
}


/*Seems to affect only the selected menu item -level 0 and hovered items level 0 with submenu*/
.horizontal .ekflexmenu_submenu,
.horizontal .ekflexmenu_submenu_hover
.horizontal .ekflexmenu_submenu_parent,
.horizontal .ekflexmenu_submenu_parent_hover
{
	/*top: 0px;
	left: 0px;*/
	height: 35px;
    text-align:center;  /*doesn't affect submenus*/
    color:#333; 
	font-size:15px; 
	font-weight:bold;
	background-image:url(../images/menu_bg_tall.jpg);
	
}


/*Seems to affect only the selected menu item -level 0*/
.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;

}

/*Seems to affect only the selected menu item -level 0 and the selected sub-menu items*/
.horizontal LI
{
	border-right: 2px solid #a5a5a5;
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 120px;

}

/*Seems to affect only the selected menu item -level 0 and the selected sub-menu items*/
.horizontal .ekflexmenu_submenu_items 
{
	height:35px;
	margin-left: 0px;
    border: solid 0px black;
    position:relative;

}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	border: solid 0px black;
	height:35px;
	
}

/*Seems to affect the sub-menu item -level 1*/
.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 5px;
	top: 100%;
	float: none;
	width: 120px;
	/*border: solid 1px silver;
	border-bottom: solid 1px silver;*/
	text-align:left;
	text-indent:20px;
	border-top: 1px solid #a5a5a5;
}



.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	position: absolute;
	left: 100%;
	top: 0px;
	border: solid 1px silver;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
	border: solid 1px silver;
}


.horizontal img 
{
	border-width: 0px;
}

/*seems to affect the items of the main menu */
.horizontal .ekflexmenu_button,
.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {
    padding: 0px 0px;
    /*text-indent: 10px;
    color: rgb(0, 0, 160);
    background: rgb(238, 238, 238);*/
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    height: 35px;
   /* text-align:center; - this one was overriding the submenus*/
    top:50%;
    color:#333; 
	font-size:15px; 
	font-weight:bold;
	font-family:Sans-Serif;
	background-image:url(../images/menu_bg_tall.jpg);
font-size:15px;
	
}

/*seems to affect the main item of the submenus when submenu is being broswed -- */
.horizontal .ekflexmenu_button_selected,
.horizontal .ekflexmenu_button_hover,
.horizontal a.ekflexmenu_button_hover
{
	padding: 0px 0px;
    /*text-indent: 10px;
    color: rgb(0, 0, 160);
    background: rgb(238, 238, 238);*/
    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    height: 35px;
    color: #FFFFFF; 
    text-align:center;  
	font-size:15px; 
	font-weight:bold;
	background-image:url(../images/menu_bg_tall.jpg);
font-size:15px;

}


.horizontal a.ekflexmenu_link:hover, 
.horizontal a.ekflexmenu_link:active, 
.horizontal a.ekflexmenu_link:focus  {
    padding: 0px 0px;
  /*  text-indent: 0px;*/
    /*color: rgb(255, 255, 255);
	border-color: rgb(181, 166, 132);    
	background : rgb(181, 166, 132);*/
    text-decoration: none;
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    background:url(../images/menu_a_bg.jpg);
	color:#FFFFFF; 
 font-size:15px;
}

/* Seems to affect all selected menu items at levels 0 and 1*/
.horizontal .ekflexmenu_button_selected,
.horizontal a.ekflexmenu_link_selected {
    padding: 0px 0px;
   /* text-indent: 0px;  - was over riding the submenu items*/
	color: white;
    /*background: rgb(206, 190, 140);
    border-color : rgb(206, 190, 140);*/
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
    height:35px;
    background:url(../images/menu_a_bg.jpg);
font-size:15px;
    
}

/* Seems to affect level 0 items that are menus */
.horizontal .ekflexmenu_button_selected_hover,
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
   /* text-indent: 0px;*/
	color: white;
    /*background: rgb(161, 141, 81);
    border-color : rgb(161, 141, 112);*/
	display: block; 
	width: 100%;
    white-space: normal;
    background:url(../images/menu_a_bg.jpg);
    height:35px;
font-size:15px;
}
