body {
     /* This path has to be correct! If nothing hovers in IE, */
     /* this is probably not found */
              behavior:url("fileadmin\template\dropdown\csshover.htc");
}
 
#frame {
     width: 800px;
     margin: 0 auto;
     text-align: left;
     background: white;
     border: 1px solid #333333;
}

/* Gives background color to Top Menu */
#topmenubg {
     float: left;
     background: #707586;
     width: 800px;
     text-align: center;
/* needed to give a margin above and below the buttons if desired */
     height: 3em;
}

div#mainmenu  {
/* needed to give a margin above and below the buttons if desired */
/*   height: 40px; */
}

.mainmenu {
	margin: 0px;
	padding: 0px;

}

/* this class defines the look of the horizontal navigation */
.nav {
    list-style: none;
    position: absolute;
    /* my page content width is 750px */
    width: 800px !important; 
    width: 800px; 
    margin: 0px 0px 0px -40px !important;
    margin: 0px 0px 0px 0px;
    font-size: 68.75%; 
    
    
}

.nav ul {
    list-style: none;
    display: none;
/* postion: absolute - is needed so that the dropdown menus go over the page content */
    position: absolute;
    overflow: visible;
    z-index: 100;
}

.nav li {
    display: block;
    text-align: center;
/* button width */
    width: 90px; 
    position: relative;
/* float: left - keeps the menu horizontal */
    float: left;
/* Mozilla needs padding to look like IE which doesn't need it */
    padding-bottom: 0px !important;
    padding-bottom: 0px;
    
    margin-right: 0px;
    margin: 0px;
    padding: 0px;
    
}

.nav li a {
    display: block;
/* button background color is different than horizontal menu background */
    color: #e5e6e8;
    /*height: 16px;*/
    /*font-size:10px;*/
    font-weight:bold;
	padding-top: 2px;
	padding-left: 4px;
	padding-right: 4px;
    text-decoration: none;
	margin: 0px;
	border-right: 1px solid #e5e6e8;
	margin-bottom: 0.3em !important;
		

}

.nav li a:hover {
    color: #daf1f9;
}

/*.nav li.sel A { */
/*    color: #ffffff;*/ 
/*}*/

/*.nav li.sel A:hover {*/
/*    color: #ffffff;*/
/*}*/

/* 1st dropdown level */
/* this class controls the alignment of this level underneath the horizontal menu buttons */
.level1 {
    display: block;
    left: -39px;
}


UL.level1 {
	margin-top: 0px !important;
	margin-top: 0px;
}

.level1 UL {
    position: absolute;
    overflow: visible;
    /*margin-top: 10px;*/
	
    
}

.level1 li {
    
    width: 160px;
    display: block;
    margin: 0px ;
    padding: -0 0 !important;
/* font-size is controlled here */
    font-size: 100%;
    background-image: none;
	
	
}

.level1 li a {
	
    display: block;
/* dropdown menu width is controlled here */
    /*width: 120px;
	width: 114px;!important;*/
	/*height: 20px;
	height: 18px;!important;*/
    padding-top: 3px;
	padding-bottom: 3px;
    font-weight: normal;
    text-align: left;
    text-decoration: none;
    color: #24397c;
/* needs to be set to zero to override margins from horizontal menu */
	margin: 0px !important;
/* needs to be set to zero to override borders from horizontal menu */
    border: 0px; 
    border-bottom: solid white 1px;
/*	background-image: url(../images3/dropmenubottom.gif);*/
	background-image: url(../images3/pulldownbckgrd.png);
    
}

.level1 li A:hover {
    display: block;
    color: #24397c;
/* needs to be set to zero to override borders from horizontal menu */
   background-image: url(../images3/pulldownbckgrdHover.png);
   
   border: 0; 
   border-bottom: solid white 1px;
}
.level1 li#sel A { 
    background-color: #ffffff;
    color: #ffffff;
}
.level1 li#sel A:hover {
    background-color: #ffffff;
    color: #ffffff;
}


/* 2nd dropdown level */
.level2 {
    display: block;
    position: absolute;
/* this aligns the 2nd level flyout to the right of the 1st level dropdown */
    /* 75, 74*/
    left: 120px !important;
    left: 119px;
    top: 0; !important;
}
.level2 UL {
    display: block;
/* this needs to be set to relative or it will only display the last of a number of links */
    position: relative;
    overflow: visible;
}
.level2 LI {
    display: block;
    font-size: 100%;
}
.level2 li A {
    display: block;
/*    background: #afb6d0; */
	background-image: url(../images3/pulldownbckgrd.png); 
/*   background: #24397c; */
    color: #24397c;
	

}
.level2 li A:hover {
    display: block;
/*    background: #dadde9;*/
    	background-image: url(../images3/pulldownbckgrdHover.png);

}
.level2 li.sel A {
    background-color: #afb6d0;
    color: #333333;
}
.level2 li.sel A:hover {
    background-color: #afb6d0;
    color: #ff6600;
    text-decoration: underline;
}

/* all see this */
.nav ul ul, .nav ul ul ul {
   display: none;
   position: absolute;
   width: 150px;
   top: 0;
}
/* non-IE bowsers see this */
.nav ul li>ul, .nav ul ul li>ul {
    margin-top: 0;
}
.nav LI:hover UL UL, .nav LI:hover UL UL UL{
    display: none;
}
.nav LI:hover UL {
    display: block;
}
.nav li:hover ul, .nav ul li:hover ul, .nav ul ul li:hover ul {
    display: block;
}
li>ul {
    top: auto:
}





