body {  behavior: url(includes/csshover.htc);} /* WinIE behavior call */

/* ALL LISTS */
div#nav-cat {float: left; width: 150px; margin: -1px 0 0 -1px;
  font-weight:bold;
   }
   
div#nav-cat ul {margin: 0; padding-top: 0; padding-left: 0; width: 150px;

/*   background: white url(../images/logo_small.gif) top right no-repeat; */
  }
      
div#nav-cat ul.level1 {margin: 0; padding-top: 0; padding-left: 0; width: 150px;

/*   background: white url(../images/logo_small.gif) top right no-repeat; */
  }
  
  
div#nav-cat ul.level2 {
  width: 140px;
  background: white url(../images/logo_small.gif) top right no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-top: 32px;
  padding-left: 5px;
  border: 1px solid #9a9a9a;
  border-bottom: 5px solid #abbbd3;
  margin-bottom: 15px;
}

div#nav-cat ul.level3 {
  width: 140px;
  background: white url(../images/logo_small.gif) top right no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-top: 32px;
  padding-left: 5px;
  border: 1px solid #9a9a9a;
  border-bottom: 5px solid #abbbd3;
  margin-bottom: 15px;
}
div#nav-cat ul.level4 {
  width: 140px;
  background: white url(../images/logo_small.gif) top right no-repeat;
  font-size: 14px;
  font-weight: bold;
  color: black;
  padding-top: 32px;
  padding-left: 5px;
  border: 1px solid #9a9a9a;
  border-bottom: 5px solid #abbbd3;
  margin-bottom: 15px;
}

div#nav-cat ul.level5 {
  width: 140px;
  background: white url(../images/logo_small.gif) top right no-repeat;
  font-size: 10px;
  font-weight: bold;
  color: black;
  padding-top: 32px;
  padding-left: 5px;
  border: 1px solid #9a9a9a;
  border-bottom: 5px solid #abbbd3;
  margin-bottom: 15px;
}
div#nav-cat li {position: relative; list-style: none; margin: 0;
/*  border-bottom: 1px solid #CCC;} */}
div#nav-cat li:hover { color : #bebebe;}

div#nav-cat li.submenu {
background: white url(../images/submenu.gif) 95% 50% no-repeat;}

div#nav-cat li.submenu:hover {color : red;}

div#nav-cat li a {display: block; padding: 0.25em 0 0.25em 0.5em;
  text-decoration: none;
}

div#nav-cat>ul a {width: auto;}


div#nav-cat ul ul {position: absolute; top: 0; left: 140px;
  display: none;}
  
  
div#nav-cat ul.level1 li.submenu:hover ul.level2, 
div#nav-cat ul.level2 li.submenu:hover ul.level3,
div#nav-cat ul.level3 li.submenu:hover ul.level4,
div#nav-cat ul.level4 li.submenu:hover ul.level5 {display:block;}