.tab
{
  font-size:10pt;
  cursor:default;
}

.tab a, .tab span
{
  border-right:1px solid #cfcfcf;
  text-decoration:none;
  padding-left:10px;
  padding-right:10px;
  color:#507080;
  white-space: nowrap
}

.tab span
{
  color:#66a3d3;
  text-decoration:none;
  background-image:url(../icons/pointer.gif);
  background-repeat:no-repeat;
  background-position:center left;
  font-weight: normal;
}

.tab a:visited
{
  color:#507080;
}

.tab a:hover
{
  color:orange;
}

.linkbar
{
  font-weight:bold;
  font-size:16px;
  color:#706070;
}

.linkbar a
{
  text-decoration:none;
  padding-left:10px;
  padding-right:10px;
  background-image:url(../images/icons/rightarrow.gif);
  background-repeat:no-repeat;
  background-position:center left;
}

.linkbar a:visited
{
  color:#706070;
}

