﻿#tabContainer
{
  margin: 0;
}
#tabs
{
  padding: 0;
  margin: 0;
}
#tabs li
{
  list-style: none;
  margin:0;
  float:left;
  height:25px
}
#tabs li a
{
  padding: 3px 5px;
  margin-right: 3px;
  font-size: 10px;
  font-family: Tahoma,Verdana,Sans-Serif;
  border: 1px solid #2f6cac;
  background: url(../images/navBarBg.jpg) repeat-x 20px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
#tabs li a:link
{
  color: #2f6cac;
}
#tabs li a:visited
{
  color: #2f6cac;
}
#tabs li a:hover
{
  color: #2f6cac;
  background: url( "../images/navBarBg_hover.jpg" ) repeat-x 20px;
}
#tabs li a.current
{
  background: url( "../images/navBarBg_hover.jpg" ) repeat-x 20px;
}

/* sub tabs - new color */

#tabContainer2
{
  margin: 3px 0px 10px 0px;
}
#tabs2
{
  padding: 0px;
  margin: 0;
}
#tabs2 li
{
  list-style: none;
  margin: 0;
  float:left;
  height:25px
}
#tabs2 li a
{
  padding: 3px 5px;
  margin-right: 3px;
  font-size: 10px;
  font-family: Tahoma,Verdana,Sans-Serif;
  border: 1px solid #2f6cac;
  background: url( "../images/navBarBg2.jpg" ) repeat-x 20px;
  text-decoration: none;
  font-weight: bold;
  white-space: nowrap;
}
#tabs2 li a:link
{
  color: #2f6cac;
}
#tabs2 li a:visited
{
  color: #2f6cac;
}
#tabs2 li a:hover
{
  color: #2f6cac;
  background: url( "../images/navBarBg2_hover.jpg" ) repeat-x 20px;
}
#tabs2 li a.current
{
  background: url( "../images/navBarBg2_hover.jpg" ) repeat-x 20px;
}
