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;  
  font-family: Arial, Helvetica, sans-serif;
  font-size: 9px;
  font-weight: bold; 
  width:100%;
  padding: 0px;
  text-transform: uppercase;

}

div#nav-head ul.level1  {

 position:relative;
   background-color: #BAB6B1;

   /* right:30px; This is to leave a spacer on right-end of menu-bar */

}

div#nav-head ul {margin: 0; padding: 0; background-color: #BAB6B1;}

div#nav-head li {position: relative; list-style: none; margin: 0;

  float: left; width: 100px; line-height: 1em;  border: 1px solid #ffffff;}

div#nav-head li:hover {background-color: #888888;}

div#nav-head li.submenu { background-color: #BAB6B1;

/*background: url(../images/dropmenu.gif) 95% 50% no-repeat;*/

}

div#nav-head li.submenu:hover {background-color: #888888;}

div#nav-head li a {display: block; padding: 0.25em 0 0.25em 0.25em;

  text-decoration: none; width: 100px; color: white; text-align:center;}

div#nav-head>ul a {width: auto;}

div#nav-head ul ul {position: absolute; width: 100px;

  display: none;}

div#nav-head ul ul li {border-bottom: 1px solid #cccccc;}

div#nav-head li.submenu li.submenu {background: url(../images/submenu.gif) 95% 50% no-repeat;}

div#nav-head li.submenu li.submenu:hover {background-color: #888888;}

div#nav-head li.submenu li.submenu:hover {background-color: #888888;}

div#nav-head ul.level1 li.submenu:hover ul.level2, 

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

div#nav-cat ul.level2 {
z-index: 4;
background-color: #FFFFFF; /*don't change that to transparent*/
}
div#nav-cat ul.level3 {
z-index: 3;
background-color: #FFFFFF; /*don't change that to transparent*/
}
div#nav-cat ul.level4 {
z-index: 2;
background-color: #FFFFFF; /*don't change that to transparent*/
}
div#nav-cat ul.level5 {
z-index: 1;
background-color: #FFFFFF; /*don't change that to transparent*/
}

  border-top: 1px solid #CCC;}

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


