

   #tmenu {
     z-index:100;
     float:left;
     width = 948px;
     /*  width:100%;  */
     background:#fff;
     overflow:hidden;
     position:relative;
     font-family: Verdana, Arial, Helvetica, sans-serif;
     font-size:12px;
   }
   #tmenu ul {
     float:left;  
     width = 948px; 
     height:22px;
     list-style:none;
     margin:0;
     padding:0;
     position:relative;
     left:50%;
     text-align:center;
   }
   #tmenu ul li {
     display:block;
     float:left;
     list-style:none;
     margin:0;
     padding:0;
     position:relative;
     right:50%;
     width:158px; 
     height:22px;
     background:#000;
     color:#fff;
   }
   #tmenu ul li a {
     display:block;
     margin:0 0 0 0px;
     width:158px; 
     height:22px;
    /* padding:3px 10px;*/
     background:#000;
     color:#fff;
     text-decoration:none;
     line-height:1.3em;

   }
   #tmenu ul li a:hover {
     background:#666;
     color:#fff;
     height:21px;
   }

  #tmenu ul li.active a {
    background:#996;
    color:#000;
    font-weight:bold;
   }


  #tmenu ul li a.active,
  #tmenu ul li a.active:hover {
     background:#996;
     color:#000;
     font-weight:bold;
  }
