body {behavior: url("csshover.htc"); }
ul {width: 160px; border: 1px solid #9d9da1; background: white; list-style: none; }
li {position: relative; padding: 1px; padding-left: 36px; background: url("../images/folder_open.gif") no-repeat; z-index: 9; }
li.folder {background: url("../images/folder_clos.gif") no-repeat; }
li.folder ul {position: absolute; left: 90px;
/* IE */
top: 1px; }
li.folder>ul {left: 140px;}
/* others */
li a.submenu {background: url("../images/sub.gif") right no-repeat; }
/* regular hovers */
a:hover {border-color: gray; background-color: #B52C07; color: #fff; }
li.folder a:hover {background-color: #B52C07; }
/* hovers with specificity */
li.folder:hover {z-index: 10;}
ul ul, li:hover ul ul {display: none; }
li:hover ul, li:hover li:hover ul {display: block; }
