﻿#tabs
{
  border-bottom: 1px solid silver;
  margin: 0;
  margin-bottom:15px;
  padding-bottom:31px;
  padding-left:5px
}

ul#tabs, ol#tabs{
  overflow:visible !important
}

#tabs li
{
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline;
}
#tabs li a
{
  background: #E8EBF0;
  border: 1px solid silver;
  color: #666;
  float: left;
  margin-right: 8px;
  padding: 0 10px;
  text-decoration: none;
  font-size:20px;  
  line-height:30px;
  height:30px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
#tabs li a:link, #tabs li a:visited
{
  color: #0a2240;
}
#tabs li a:hover
{
  background-color: #0a2240;
  color:#FFF;
  border: 1px solid #0a2240;
}
#tabs li a.current:link,#tabs li a.current:visited 
{
  background-color: white;
  border-bottom: 1px solid white;
}
#tabs li a.current:hover{
  color: #0a2240;
  border: 1px solid silver;
  border-bottom:1px solid white;
}
