#pad {height:130px;}

#menuOLD {padding:0; margin:0 0 0 0px; list-style:none; height:30px; background:url(tsridge.gif) repeat-x;}

#menu{
    background: url("tsridge.gif") repeat-x;
    list-style: none;
    padding: 0;
    margin: 0;
    min-height: 30px;
    min-width: 1000px;
}

#menu li {float:left;background:url(tsridge.gif) repeat-x; white-space: nowrap; }

#menu li a {display:block; height:30px; line-height:30px; padding:0 15px 0 0; float:left; color:#fff; text-decoration:none;white-space: nowrap;font-size: 11px;}

#menu li a b {display:block; height:30px; float:left; padding:0 0 0 15px; cursor:pointer;white-space: nowrap;font-size: 11px;}

#menu li a:hover,
.tab #menu li#tab a {
  background:url(tstab_a.gif) no-repeat right top; line-height:28px;white-space: nowrap;
}

#menu li a:hover b,
.tab #menu li#tab a b {
  background:url(tstab_b.gif) no-repeat left top; line-height:28px;white-space: nowrap;
}

.tabSelected a {
  background:url(tstab_a.gif) no-repeat right top; line-height:28px;
}

.tabSelected a b {
  background:url(tstab_b.gif) no-repeat left top; line-height:28px;white-space: nowrap;
}
