.mainTab {
      text-align:center; 
      width: 688px;
      background:#C7D5D9 url("../images/menu_bg.gif") repeat center;
      font-family: palatino;
      font-size:14px;
	  line-height: normal ;
      white-space: nowrap;
      font-weight: bold;
	  border-bottom:1px solid #765;
	  border-top:1px solid #765;
}
.mainTab ul {
      margin:0;
      padding:0px 0px 0px;
      list-style: none;
}
.mainTab li {
      display:inline;
      margin:0;
      padding:0;
}

.mainTab li#tab0
{
  padding-left: 5px;
}

.mainTab li#kidsTab
{
  padding-left: 5px;
}

.mainTab a {
      margin:0;
      padding:0 0 0 10px;
      text-decoration:none;
}
.mainTab a span {
      float:left;
      display: inline;
      padding:5px 15px 4px 6px;
      color:#444444;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
.mainTab a span {float:none;}
/* End IE5-Mac hack */

.mainTab a:hover {
}

.mainTab a:hover span {
      color:#222222;
}

.mainTab .selected a {
}

.mainTab a.selected span {
      color:#000000;
}

.star
{
  width: 36px;
  text-align: center;
}