body {
     /* This path has to be correct! If nothing hovers in IE, */
     /* this is probably not found */
              behavior:url("fileadmin\templates\dropdown\csshover.htc");
}
 
#frame {
     width:700px;
     margin: 0 auto;
     text-align: left;
}

/* Gives background color to Top Menu */
#topmenubg {
     float: left;
     background: #707586;
     width: 700px;
     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: relative;
/* my page content width is 750px */
    width: 700px !important; 
    width: 700px; 
    margin: 0px 0px 0px 170px !important;
    margin: 0px 0px 0px 200px;
    /*font-size: 1em; */
    font: 11px Georgia, "Times New Roman", Times, serif;
	border-bottom: 0px;
}

.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;
}

.nav li {
    display: block;
/* button width */
	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;
	_width: 80px;
	width: 80px;
	height: 27px !important;
	height: 27px;
	/*background-image: url(../menu/buttonnonact.gif);*/
	
} 
 


.nav li a {
	display: block;
/* button background color is different than horizontal menu background */
    color: #2a5484;
	font-size:11px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	border-collapse: collapse;	
	padding-top: 6px;
	width: 80px;
	height: 20px !important;
	height: 27px;
	margin: 0px;
}

.nav li a:hover {
	/*background-image: url(../menu/buttonnhover.gif);*/
	width: 80px;
	height: 20px !important;
	height: 27px;
	color: #ffffff;
}

.nav li.sel A {
	/*background-image: url(../menu/buttonnhover.gif);*/
	width: 80px;
	height: 20px !important;
	height: 27px;
}

.nav li.sel A:hover {
	/*background-image: url(../menu/buttonnhover.gif);*/
	width: 80px;
	height: 20px !important;
	height: 27px;
}

/* 1st dropdown level */
/* this class controls the alignment of this level underneath the horizontal menu buttons */
.level1 {
    display: block;
    left: -40px;
}

.level1 UL {
    position: absolute;
    overflow: visible;
}

.level1 li {
    display: block;
	margin: 0px !important;  
    margin: 0px;
   /* background-image: url(../menuImg/buttonlevel1.gif);*/
	/*padding: 0 0 !important;*/
/* font-size is controlled here */

}

.level1 li A {
    display: block;
/* dropdown menu width is controlled here */
    width: 99px;
	height: 21px;
    /*padding: 1px 3px;*/
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #000000;
/* needs to be set to zero to override margins from horizontal menu */
	margin: 0px!important;
	margin: 0px;
/* needs to be set to zero to override borders from horizontal menu */
    /*border-bottom: solid white 1px;*/
	
}

.level1 li A:hover {
    display: block;
    color: #ffffff;
/* needs to be set to zero to override borders from horizontal menu */
    background-image: url(../menuImg/buttonlevel1a.gif);
	margin: 0px!important;
	margin: 0px;
}
.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 */
    left: 59px !important;
    left: 59px;
    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: absolute;
    overflow: visible;
}
.level2 LI {
    display: block;
	margin: 0px !important;  
    margin: 0px;
    background-image: url(../menuImg/buttonlevel1.gif);
}
.level2 li A {
    display: block;
/* dropdown menu width is controlled here */
    width: 99px;
	height: 21px;
    /*padding: 1px 3px;*/
    font-weight: normal;
    text-align: center;
    text-decoration: none;
    color: #000000;
/* needs to be set to zero to override margins from horizontal menu */
	margin: 0px!important;
	margin: 0px;
/* needs to be set to zero to override borders from horizontal menu */
    /*border-bottom: solid white 1px;*/
}

.level2 li A:hover {
    display: block;
    color: #ffffff;
/* needs to be set to zero to override borders from horizontal menu */
    background-image: url(../menuImg/buttonlevel2a.png);
	margin: 0px!important;
	margin: 0px;
}
.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:
}*\




