    #subsub {
	/*float:right;*/
	width:100%;
	font-size:12px;
	line-height:normal;
	font-family: Arial, Helvetica, sans-serif;      /*border-bottom:1px solid #765;*/
      }
    #subsub ul {
      margin:0;
      padding:1px 1px 0;/*to open gap at top, increase */
      list-style:none;
      }
    #subsub li {
      display:inline;
      margin:0;
      padding:0;
      }
    #subsub a {
      /*float:right;*/
      background:url("../graphics/menu_graphics/left-both.jpg") no-repeat left top;
      margin:0;
      padding:0 0 0 2px; /* was 8 */
      /*border-bottom:1px solid #765;*/
      text-decoration:none;
      }
    #subsub a span {
      /*float:right;
      display:block;*/
      background:url("../graphics/menu_graphics/right-both.jpg") no-repeat right top;
      padding:2px 6px 2px 1px; /*5px 15px 4px 6px     T R B L */
      font-weight:normal;
      color:#000;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #subsub a span {float:none;}
    /* End IE5-Mac hack */
    #subsub a:hover span {
      color:#000;
      }
    #subsub #current a {
      background-position:0 -27px;
      border-width:0;
      }
    #subsub #current a span {
      background-position:100% -27px;
      padding-bottom:2px;
      color:#000;
      /*border-bottom:1px solid #765;*/
      }
    #subsub a:hover {
      background-position:0% -27px;
      }
    #subsub a:hover span {
      background-position:100% -27px;
      }