 @charset "utf-8";
 
@font-face{
	font-family:'sapta';
	src: url(../fonts/HelveticaLTStd-LightCond_0.svg),
	 url(../fonts/HelveticaLTStd-LightCond_0.otf),
	url(../fonts/HelveticaLTStd-LightCond_0.ttf),
	url(../fonts/HelveticaLTStd-LightCond_0.woff);
}
/* CSS Document */
    #navmenu{                       
    margin: 0px auto 0px auto;
	border: 0 none;
	padding: 0;
	width: 100%; /*For KHTML*/
	list-style: none;
    }
    #navmenu li{                      
       margin: 0;
	border: 0 none;
	padding:0px;
	float: left; /*For Gecko*/
	display: inline;
	list-style: none;
	position: relative;
	height:auto;
    }

    #navmenu ul {                     /* third-level (or greater) menu element list elements */
        position: absolute;         /* this is so that it doesn't push that page content around on hover */
        margin: 0px;                /* space around the list container */
        padding: 0px;               /* space within the list container */
        list-style-type: none;      /* disable the display of the list item bullets */
        display: none;
        width:160px;               /* should be the same as #navmenu li width */
        /* sub-menu default background color */
        color: #000;                /* sub-menu default font color (not links) */
        z-index: 99;                /* want to be sure this is above the rest of the menu */
    	border: 0 none;
	    left: 0px;
    }
	
    #navmenu ul li ul {                   
        background-color: #212121; 
		top:22px;
		left:65px;
		
    }
	
	ul#engineer{
	 background-color: #212121;  
	}

    #navmenu ul li{                   /* second-level or greater menu element links */
         /* default background color for sub-menu container */
                    /* default font color (not links) for sub-menu container */
        border: none;               /* sub-menu item border settings */
        margin: 0px;                /* spacing between sub-menu containers */
                    /* This is for padding between menu items in the drop-downs */
        width: 100px;               /* (padding*2) must be subtracted from #navmenu li width and set for this one, or borders won't display properly. */
		
	float: left; /*For IE 7 lack of compliance*/
	display: block !important;
	display: inline; /*For IE*/
	padding:0px;
	font-size:11px;
    }

    #navmenu li a{
	padding:25px 0px 20px 0px;
	width:123px;
	margin:0px;
	border-right:solid 0px #FFFFFF;
	text-align:center;
	float: none !important; /*For Opera*/
	float: left; /*For IE*/
	display: block;
	color:#FFFFFF;
	font-size:20px;
	text-decoration: none;
	height: auto !important;
	height: 1%; /*For IE*/
	font-family:"sapta";
	background:url(../images/navdiv.png) no-repeat left center;
    }
    #navmenu li:first-child a {
		background:none;
	}
    #navmenu ul a {                   /* all the other level menu link elements */
        
        margin: 0px;
        width: 108px;               /* (padding*2) must be subtracted from #navmenu ul li width and set for this one, or borders won't display properly. */
        display: block;
    }

    #navmenu a:hover,                 /* top-level hovering properties */
    #navmenu li:hover{
        display: block;
		color:#FFFFFF;
		background:#ff810e url(../images/navhover.png) no-repeat bottom center;
    }
	
	ul#navmenu li:hover ul {
		border:solid 0px #bbbbbb;
	}
	
	ul#navmenu li:hover li a,
	ul#navmenu li.iehover li a {
	float: none;
	color:#FFFFFF;
	padding:8px 0px 8px 10px;
	border-radius:4px;
	margin:0px;
	font-weight:normal;	
	background:#7a81bf;
	text-align:left;
	border-top:1px solid #FFFFFF;
	width:150px;
	border-right:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	ul#navmenu li:hover li a:hover {
	color:#ffffff;
	background:#8d51a0;
	visibility: visible;
	display:block;
	border-bottom:solid 0px #ff810e;
	}
ul#navmenu li:hover li a:hover ul#engineer li a{

background-color:none;
}
	
	ul#navmenu li:hover li:hover li,ul#navmenu li:hover li:hover li a:hover,
ul#navmenu li:hover li:hover li:hover a,
ul#navmenu li.iehover li.iehover li a:hover,
ul#navmenu li.iehover li.iehover li.iehover a {
	background: #f2ecd6;
	color:#000000;
	/*background-color:#0000FF;*/
	background-color:#FF7E00;
	border-bottom:solid 0px #ff810e;
	}
	
    #navmenu ul li:hover,             /* higher level hovering properties */
    #navmenu ul li a:hover{
        display: block;
        width: 109px;               /* should be set to the same value as #navmenu ul li width */
        background-color: #ff0;
        color: red;
    }

    #navmenu ul ul{                   /* higher-level list containers */
        display: none;              /* don't display by default */
        position: absolute;
        margin-left: 114px;         /* this should be the width of #navmenu ul li */
        margin-top: -2em;           /* this will push the sub-menu up to the level of it's parent */
    }

    /* only non-MSIE browsers use this */
    #navmenu ul li>ul,
    #navmenu ul ul li>ul{
        margin-top: -2em;           /* should be set to the same as #navmenu ul ul margin-top */
    }

    /* additional sub-menu levels in the next 2 blocks. (For up to 5 levels of drop menus) */
    #navmenu li:hover ul ul,              
    #navmenu li:hover ul ul ul,
    #navmenu li:hover ul ul ul ul,
    #navmenu li:hover ul ul ul ul ul{
        display:none;
    }

    #navmenu li:hover ul,
    #navmenu ul li:hover ul,
    #navmenu ul ul li:hover ul,
    #navmenu ul ul ul li:hover ul,
    #navmenu ul ul ul ul li:hover ul{
        display:block;
    }

    li>ul {
        top: auto;
        left: auto;
    }

	