table.bar { width: 100%; border-bottom: 1px solid #67c; padding:0 0 0px 3px; margin: 0 0 10px 0; background: #fff; }

table.bar td { color: #777; font: 11px arial;}

table.bar img { margin: 3px 0 2px 8px; border:0 }

table.bar ul { margin: 0; margin-left: 3px;  padding: 2px 8px 0 0; list-style: none; width: 765px; }

.bar li {
  float: left; margin: 0; margin-left: 4px; padding: 0;
  background: url("/img/rt.gif") no-repeat right top;
  width: 101px;
  text-align: center;   
}

.bar li a, .bar li a:active, .bar li a:visited {
  display: block;
  background: url("/img/lt.gif") no-repeat left top;
  text-decoration: none;
  padding: 5px;
  font: 10px arial; font-weight: bold;
	white-space: nowrap;
  color: #777;
}

.bar li a:hover { color: #300; text-decoration: underline; }

.bar #current {  
	background: #67c;
	background: url("/img/a-rt.gif") no-repeat right top;
  width: 120px;
}

.bar #current a {
	background: url("/img/a-lt.gif") no-repeat left top;
  padding-bottom: 5px;
  font-size: 11px;
  color: #FFF;
}

.bar #current a:hover { color: #afa }

.bar .rl, .bar .rl:active, .bar .rl:visited {  color: #669;  text-decoration: none; }
.bar .rl:hover {  color: #00f;  text-decoration: underline; }
