#navcontainer {
	clear: left;
	z-index: 3;
	position:relative;
	margin: 0;
	width: 100%;
	background:#000000;
	
}
#navlist {
	margin: 0 auto;
	padding: 0;
	clear:both;
}
#tabbar {
	position:relative;
	background: #000000;
	font: bold italic 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	clear:both;	 
	border-bottom: 0px solid #31467D;
	margin:0;	
}
#navlist ul, #navlist, #stats ul, #stats li, #navlist li  {
	margin: 0;
	padding: 0;
}
#stats li  {
	list-style-type: none;
}
#navlist li
{
  float: left;
  display: block;
  width: 12.26%;
  min-height: 10px; 
}
#navlist li a
{
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font:bold small Verdana, sans-serif;
  font-size:10px;
}

#taba, #tabb, #tabc, #tabd,#tabe,#tabf,#tabg,#tabh {
  padding:4px;
  background-color: #CCC;
  font-size:10px;
}
#taba
{
  background: #D9111B;
  background-position: bottom left;
  padding-left:5px;
  margin-right: -1px;
  font-size:10px;
}
#tabb
{
  background: #1468B2;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}
#tabc
{
 background: #C99A16;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}
#tabd
{
  background: #258017;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}

#tabe
{
  background: #E56B19;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}

#tabf
{
  background: #BD1EBD;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#tabg
{
 background: #330066;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#tabh
{
 background: #990000;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#taba:hover, #tabb:hover, #tabc:hover, #tabd:hover,  #tabe:hover,  #tabf:hover, #tabg:hover, #tabh:hover
{
  background-color: #ffffff;
  color: #990000;
  font-size:10px;
}
#navlist li a.active, #navlist li a:active
{

  color: #ffcc33; 
  background-color: #000;
  font-size:10px;
}

.menu {
    color: #ffcc33;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}

.menu:hover {
    background-color: #FFFFFF;
}

.toolbar {
    background-color: #1B3370;
    padding: 2px 0px 2px 0px;
}