/*- TOPMENU --------------------------- */
    #topMenu {
      float:left;
      width:100%;
      background:#F4F4F4;
      font-size:90%;
	font-weight:bold;
      line-height:normal;
          border-bottom:1px solid #000066;
      }
    #topMenu ul {
        margin:0;
        padding:5px 5px 0 10px;
        list-style:none;
      }
    #topMenu li {
      display:inline;
      margin:0;
      padding:0;
      }
    #topMenu a {
      float:left;
      background:url("tableftJ.gif") no-repeat left top;
      padding:0 5px 0 5px;
      text-decoration:none;
      }
    #topMenu a span {
      float:left;
      display:block;
      background:url("tabrightJ.gif") no-repeat right top;
      padding:5px 10px 5px 5px;
      color:#24618E;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #topMenu a span {float:none;}
    /* End IE5-Mac hack */
    #topMenu a:hover span {
      color:#FFF;
      }
    #topMenu a:hover {
      background-position:0% -42px;
      }
    #topMenu a:hover span {
      background-position:100% -42px;
      }

        #topMenu #current a {
                background-position:0% -42px;
        }
        #topMenu #current a span {
                background-position:100% -42px;
                color:#FFF;
        }
/*---------------------------------------------- */
-->
