/*                                                                          */
/* NOTICE: copied from "CMS400developer\Developer\Menu\FlexMenu\Horizontal" */
/*    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 
{
	/* DIV; wraps the entire menu */
	/* (the outer-most non-user container element) */
    /*padding: 10px 10px 10px 10px;*/
	padding: 0px 0px 0px 0px;
	position: relative;
    color: rgb(255, 255, 255);
    width: 1248Px;        /*1252-4, 996-4px;*/
    font-size: 9pt;
    white-space: nowrap;
    z-index:99999;
    text-align:center;
}

.horizontal a
{
    height:27px;
    line-height:27px;
    vertical-align:middle;
    font-weight:100;
    /*letter-spacing:1px;*/
    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;
	font-size: 9pt;
	/* background-image:url(images/sgmSubMenu_arrow.gif); background-repeat: no-repeat; */
}

.horizontal UL
{
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.horizontal LI
{
    /* 7  menus */
	border-right: 0px solid black;
    width: 176px;        
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;

    /* 8 menus */
     /* 
	border-right: 0px solid black;
    width: 154px;        
	float: left;
	display: inline;
	position: relative;
	margin: 0px;
	padding: 0px;
*/

    /* 9 menus
        border-right: 1px solid black;
        width: 136px; */

}

.horizontal .ekflexmenu_submenu_items 
{
	height:auto;
	margin-left: 0px;
    border-bottom-width: 0px;
    border-width: 0px;
    border-style: solid;
    border-color: Black;
    border: 0px solid black;
}

.horizontal .ekflexmenu_menu_level_0 .ekflexmenu_submenu_items
{
    /* Top Level menu: Home, Residential, Commercial, ....*/
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
    background-color: black;
}

.horizontal UL LI UL LI
{
	width: 180px;
	border: 0px; 
	clear: both; 
	/*height: 20px; */
	font-weight: normal; 
	position: relative; 
 
	/* color: #404040; */
}


.horizontal UL LI UL LI .ekflexmenu_link
{
	width: 180px; 
	text-align: left; 
	position: relative; 
	z-index: 100 !important;
 	/* color: #404040; */
}

.horizontal UL LI UL LI .ekflexmenu_link a
{
	text-align: left; 
	font-weight: normal;
 
	/* color: #404040; */
}


.horizontal .ekflexmenu_menu_level_1 .ekflexmenu_submenu_items
{
    /* 2nd Level menu: below Home, Residential, Commercial, ....*/
	position: absolute;
	left: 5px;
	top: 100%;
    background: black;  /*rgb(238, 238, 238); */
    text-align:left;
	float: left;
	width: 180px;
}

.horizontal .ekflexmenu_menu_level_2 .ekflexmenu_submenu_items
{
	/* 3rd Level menu: below 2nd level */
    position: absolute;
	left: 100%;
	top: 0px;
    width: 174px;
}

.horizontal .ekflexmenu .ekflexmenu_submenu_items_hidden 
{
	display: none;
}

.horizontal .ekflexmenu_button
{
    display: block;
    padding: 0px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    /* background: rgb(47, 47, 97) url(images/sgm_ek_menu_off_black.jpg) repeat-x; */
   /* text-align:center; */
    text-indent: 10px;
    width: 100%;
    text-decoration: none; 

   
}
.horizontal .ekflexmenu_button_hover
{
    display: block;
    padding: 0px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(47, 47, 97) url(images/sgm_ek_menu_on_blue.jpg) repeat-x;
     /* text-align:center; */
     text-indent: 10px;
    width: 100%;
}

.horizontal .ekflexmenu_button_selected
{
    display: block;
    padding: 0px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(47, 47, 97) url(images/sgm_ek_menu_selected_blue.jpg) repeat-x;
    /* text-align:center; */
    text-indent: 10px;
    width: 100%;
    text-decoration: none;
}
.horizontal .ekflexmenu_button_selected_hover
{
    display: block;
    padding: 0px 0px;
    font-weight: bold;
    color: rgb(255, 255, 255);
    background: rgb(47, 47, 97) url(images/sgm_ek_menu_selectedHover_blue.jpg) repeat-x;
     /* text-align:center;  */
     text-indent: 10px;
    width: 100%;
    text-decoration: none;
}

.horizontal img 
{
	border-width: 0px;
	vertical-align: middle !important;
	float:right;
	margin: 10px 5px 0px 0px;
}

.horizontal a.ekflexmenu_link, 
.horizontal a.ekflexmenu_link:link, 
.horizontal a.ekflexmenu_link:visited {

    /* last lay of Top Menu */

    padding: 0px 0px;
    text-indent: 10px;
    /* 
    color:#006699;  
    background: rgb(238, 238, 238);
    */
    color:white;
   background: black;  /*rgb(238, 238, 238); */

    text-decoration: none;
    display: block;
    width: 100%;
    border-bottom: 0px 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 0px;
    text-indent: 10px;
    color: rgb(255, 255, 255);
    background : #87AAC9;   /* rgb(181, 166, 132); */
    text-decoration: none;
    border-color: white; /* rgb(181, 166, 132); */
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
}

.horizontal a.ekflexmenu_link_selected {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(0, 89, 231);
    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;
}
.horizontal a.ekflexmenu_link_selected:hover {
    padding: 0px 0px;
    text-indent: 10px;
	color: rgb(198, 211, 255);
    /* background: rgb(161, 141, 81); */
    background: rgb(161, 141, 81);
    border-color : rgb(161, 141, 112);
	display: block; 
	width: 100%;
    border-bottom: 0px solid rgb(220, 220, 220);
    white-space: normal;
}