
.vtabs
{ 
  margin-left: 5px;
  width: 155px;
}

.vtabs ul
{
  list-style-type: none;
  margin: 0;
  padding: 10px 0 5px 0;
}

.tabbarTitle
{ 
  color: black;
  font-size: 13px;
  font-weight: bold;
  padding-left: 10px;
}

.vtabs ul ul
{
  padding: 0;
  margin-bottom: 0;
}

.vtabs ul li a
{
  font-size: 13px;
  padding: 0 10px 5px 10px;
  display: block;
  width: 135px;
  font-weight: bold;
  color: #3354AA;

  /* for IE... for some reason this allows the hover to work even when 
     the mouse is not over the link text (but over the anchor) */
  background: white;
}

.vtabs ul ul li a
{
  padding-left: 20px;
  font-weight: normal;
  font-size: 12px;
  width: 125px;
}

.vtabs ul ul ul li a
{
  padding-left: 30px;
  font-weight: normal;
  font-size: 12px;
  width: 115px;
}

.vtabs ul ul ul ul li a
{
  padding-left: 40px;
  font-weight: normal;
  font-size: 12px;
  width: 105px;
}

.vtabs ul li a:hover
{
  background: #E5EAF6;
}

.vtabs a img
{ 
  padding-top: 3px;
  border: none;
}

.vtabs ul li a.selected
{
  position: relative;
  left: -7px;
  text-decoration: none;
}

.vtabs span
{ 
  background: #E5EAF6;
  margin: 0 2px;
}
