    #topmenu {
      width:100%;
      background: #006600 url(../images/menubg.gif) 0 0 repeat-x;
      font-size:100%;
      line-height:normal;
	  margin-top:1px;
	  position:relative;

      }
    #topmenu ul {
          margin:0;
          padding:0px 10px 0 0px;
          list-style:none;
      }
    #topmenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topmenu a {
      float:left;
      background:url("../images/sep.gif") no-repeat right top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #topmenu a span {
      float:left;
      display:block;
      
      padding:12px 18px 14px 18px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topmenu a span {float:none;}
    /* End IE5-Mac hack */
    #topmenu a:hover span {
      color:#000000;
      }
     #topmenu #current a,#topmenu a:hover {
      background-position:100% 0;
      }
    #topmenu #current a span,#topmenu a:hover span {
      background: url(../images/mn_active.gif) 50% 0 no-repeat;
	  color: #000000;
      }

