.menuWrapper {
              position:absolute; 
              width:175px; 
              background-color:#ffffff; 
              visibility:hidden; 
              border-style:none; 
              border-width:2px; 
              border-color:#cccccc;
              display:block;
              padding:2px; 
             }
.menuItem    {
              cursor:pointer; 
              font-size:11px; 
              font-family:Verdana, Arial, Helvetica, sans-serif;
              border-bottom:1px dotted #330099; 
              border-top:0px dotted #330099;
              padding-left:5px; 
              color:#333333; 
              background-color:#CCCCCC; 
              text-decoration:none; 
              position:absolute; 
              left:0px; 
              width:175px; 
              height:1.7em;
              display:block;
              line-height:1.5em
             }
.menuItemOn  {
              cursor:pointer; 
              font-size:11px; 
              font-family:Verdana, Arial, Helvetica, sans-serif; 
              border-bottom:1px dotted #330099; 
              border-top:2px dotted #ffffff;
              padding-left:5px; 
              color:white; 
              background-color:#CC0000; 
              text-decoration:none; 
              position:absolute;
              left:0px; 
              width:175px; 
              height:1.7em;
              display:block;
              line-height:1.5em
             }
