body   { behavior: url(./includes/csshover.htc) }

div#nav-cat    { color: #fff; font-weight: bold; line-height: 14px; text-align: left; text-indent: 25px; margin: -1px 0 0 -1px; padding-top: 1px; padding-left: 0; vertical-align: middle }
div#nav-cat ul   { color: #fff; margin: 0; padding: 0; width: 150px }

div#nav-cat ul.level1   { background-image: url("../images/theme_30.gif"); background-repeat: no-repeat; margin: 10 10 5px; padding: 3; width: 150px; border: none }
div#nav-cat ul.level2   { background-image: url("../images/theme_30.gif"); background-repeat: no-repeat; width: 150px }
div#nav-cat ul.level3   { width: 150px }
div#nav-cat ul.level4   { width: 150px }
div#nav-cat ul.level5   { width: 150px }
div#nav-cat ul.level6   { width: 150px }
div#nav-cat li      { color: #fff; list-style: none; margin-top: 1px; margin-right: -2px; margin-bottom: -2px; padding-left: 6px; position: relative; z-index: 10; width: 150px; height: 22px }
/* <---this line may help or hinder IE menu shifting issues */
div#nav-cat li li        { background-color: #d3d3d3; background-image: url("../images/theme_20.gif"); background-repeat: no-repeat; padding-top: 0.25em; padding-left: 0.25em; width: 150px; height: 22px } 
div#nav-cat li:hover     { background-color: #dcdcdc; background-image: url("../images/theme_32.gif"); background-repeat: no-repeat; padding-top: 0.25em; padding-left: 0.25em; width: 150px; height: 22px }
div#nav-cat li.submenu   { color: #fff; background-image: url("../images/theme_30.gif"); background-repeat: no-repeat; padding-top: 0.25em; padding-left: 0.25em; width: 150px; height: 22px }
div#nav-cat li.submenu:hover    { background-image: url("../images/theme_32.gif"); background-repeat: no-repeat; padding-top: 0.25em; padding-left: 0.25em; width: 150px; height: 22px }
div#nav-cat ul   { color: #fff; width: 150px }
div#nav-cat li a   { text-decoration: none; display: block; padding-top: 0.25em; padding-left: 0.25em; width: 150px }
/*border-left: 0.5em solid #BBB;}
div#nav li a:hover {border-left-color: red;}*/
div#nav li a:hover    { background-image: url("../images/theme_20.gif"); background-repeat: no-repeat; width: 150px; height: 22px }
div#nav-cat>ul a  { color: #fff; width: 150px }
div#nav-cat ul ul  { display: none; position: absolute; top: 0; left: 154px; width: 154px }
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,
div#nav-cat ul.level5 li.submenu:hover ul.level6  { display: block; width: 150px }
