    #inmenu {
      float:left;
      width:80%;
      background:#e0e0e0;
      font-size:93%;
      line-height:normal;
      height:22px;
      }
    #inmenu ul {
      margin:0;
      padding:0 10px 0;
      list-style:none;
      }
    #inmenu li {
      float:left;
      margin:0;
      padding:0 0 0 9px;
      }
    #inmenu a {
      float:left;
      display:block;
      padding:3px 15px 4px 6px;
      text-decoration:underline;
      font-weight:bold;
      color:#212121;
      }
    /* Commented Backslash Hack
       hides rule from IE5-Mac \*/
    #inmenu a {float:none;}
    /* End IE5-Mac hack */
    #inmenu a:hover{
		text-decoration:none;
      }
    #inmenu #current {
      background-image:url("../img/left_on.gif");
	  background-repeat:no-repeat;
      border-width:0;
	  height:30px;
	  margin-top:-4px;
      }
    #inmenu #current a {
      background-image:url("../img/right_on.gif");
	  background-position:right top;
	  background-repeat:no-repeat;
      color:#FFF;
 	  padding-bottom:5px;
	  padding-top:7px;
	  text-decoration:none;
	  height:30px;
      }