    
    #bullemenu {
      float:left;
      width:100%;
      font-size:100%;
      text-decoration:none;
      line-height:normal;
      }
    #bullemenu ul {
      margin:0;
      padding:4px 10px 0;
      list-style:none;
      }
    #bullemenu li {
      float:left;
      background:url("../images/bullemenu_left.gif") no-repeat left top;
      margin:0;
      padding:0 20px 0 5px;
      }
    #bullemenu a {
      float:left;
      display:block;
      background:url("../images/bullemenu_right.gif") no-repeat right top;
      padding:8px 11px 9px 6px;
      font-weight:bold; 
      color:#765;
      text-decoration:none;
      }
   /* Commented Backslash Hack
      hides rule from IE5-Mac \*/
    #bullemenu a {float:none;}
   /* End IE5-Mac hack */

    #bullemenu a:hover {
      color:#333;
      }
    #bullemenu #current {
      background-image:url("../images/bullemenu_left.gif") no-repeat left top;
      }
    #bullemenu #current a {
      background-image:url("../images/bullemenu_right.gif") no-repeat right top;
      color:#333;
      padding-bottom:14px;
      margin:0;
      }
    #bullemenu #notcurrent {
      background-image:none;
      }
    #bullemenu #notcurrent a {
      background-image:none;
      color:#333;
      padding-bottom:14px;
      }


