ul {
   margin: 0px;
   padding: 0px;
   list-style: none;
   width: 180px;
   z-index:1;
   }

li ul {
   position: absolute;
   left: 0px;
   top: 0;
   padding: 0px;
   margin:0px;
   display: none;
   color: #000000;
   text-align:left;
   cursor:pointer;
   z-index:1;
   }


ul li
{
   position: relative;
   display: block;
   text-decoration: none;
   color: #3e3e3e;
   padding: 0px;
   border-bottom: 0px;
   text-align:left;
   font-size:11px;
   height: 16px;
   text-align:left;
   cursor:pointer;
   z-index:1;
   padding-left:22px;
}

li a {
        color: #3e3e3e;
        width:160px;
        height: 16px;
        text-align: left;
        text-decoration: none;

}

li a:hover {
        color:#111111;
        width:160px;
        height: 16px;
        text-align: left;
        text-decoration: underline;
}

li span {
        width:160px;
        height: 15px;
        text-align: right;
        text-decoration: none;
        z-index:999999;
}

#subcat
{
        width:160px;
        height: 15px;
        text-align: right;
        text-decoration: none;
        display:block;
        z-index:999999;
}

