8
in the newbb/include/newbb.css:
le="color: #000000"><?php .... ul { width:160px; border:0px solid #9d9da1; background:#2F5376; list-style:none; } li { position:relative; padding:1px; padding-left:10px; [color=FF0000]background:#2F5376;[/color] z-index:9; } li.folder [color=FF0000]{ background-color:#2F5376; color:white; list-style:none;}[/color] li.folder:hover { z-index:10;} li.folder ul { position:absolute; display:none; left:-56px; /* IE */ top:17px; } li.folder>ul { left:-1px; top: 16px} ul.level1 {z-index:1} li.folder:hover ul.level2, ul.level2 li.folder:hover ul.level3 { display:block; } .link { border: 0px; padding: 2px; text-decoration: none; color: black !important; font-weight: bold; width: 100%; /* IE */ text-align: left; } li>.link { width:auto; } li link.submenu { [color=FF0000]background:#2F5376;[/color] }
Change #2F5376 to white and
{ background-color:#2F5376; color:white; list-style:none;} the color:white to color:black