body {  behavior: url(includes/csshover.htc);} /* WinIE behavior call */
/*#main {color: #CCC; margin-left: 7em; padding: 2em 0 1px 5%;
  border-left: 1px solid;}*/
div#nav-head {
  float: none; 
  margin: -1px 0 0 0em;
  background-image: url(../images/tile_back.jpg);
  border: 0px solid #AAA;
/*  font-weight:bold;*/
  font-family:Helvetica,Geneva,Arial,SunSans-Regular,sans-serif;
  height: 2.0em; font-size: 1.1em; background-color:transparent;
}
div#nav-head ul.level1  {
 position:relative;
 /*right:30px;  --This is to leave a spacer on right-end of menu-bar */
}
div#nav-head ul {margin: 0; padding: 0;   background-image: url(../images/tile_back.jpg);
  border: 1px solid #CCC; border-width: 0 1px; border-right-style:none;}
div#nav-head li {position: relative; list-style: none; margin: 0; z-index: 2;
  float: left; width: 149px; line-height: 1.5em;}
div#nav-head li:hover {background-color: #006699; z-index: 2;}
div#nav-head li.submenu { /*background-color: #9F0304; -- removed to allow transparency to inherit */
/*background: url(../images/dropmenu.gif) 95% 50% no-repeat;*/
}
div#nav-head li.submenu:hover {background-color: #006699;}
div#nav-head li a {display: block; padding: 0.25em 0 0.25em 0.25em;
  text-decoration: none; width: auto;  color: white; text-align:left; margin-left: 2em;}
div#nav-head>ul a {width: auto;}
div#nav-head ul ul {position: absolute; width: 148px;
  display: none;}
div#nav-head ul ul li {border-bottom: 1px solid #CCC;}

div#nav-head li.submenu li.submenu:hover { background-image: url(../images/tile_back.jpg);}

div#nav-head ul.level1 li.submenu:hover ul.level2, 
div#nav-head ul.level2 li.submenu:hover ul.level3 {display:block;}

div#nav-head ul.level2 {top: 2.0em; left: -1px;}
div#nav-head ul.level3 {top: -1px; left: 145px;
  border-bottom: 1px solid #CCC;
  border-top: 1px solid #CCC;}

div#nav-head ul.level2 a {color: white;}  /* this is text color on drop-down submenu */

