#navcontainer {
	clear: left;
	z-index: 3;
	position:relative;
	margin: 0;
	width: 100%;
	background:#8B9499;
	
}
#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 #77738C;
	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: #000;
  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: #8B9499;
  background-position: bottom left;
  padding-left:5px;
  margin-right: -1px;
  font-size:10px;
}
#tabb
{
  background: #8B9499;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}
#tabc
{
 background: #8B9499;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}
#tabd
{
  background: #8B9499;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}

#tabe
{
  background: #8B9499;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}

#tabf
{
  background: #8B9499;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#tabg
{
 background: #8B9499;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#tabh
{
 background: #8B9499;
  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: #fff;
  color: #000;
  font-size:10px;
}
#navlist li a.active, #navlist li a:active
{

  color: #FFF; 
  background-color: #77738C;
  font-size:10px;
}
.toolbar {
    background-color: #77738C;
    padding: 2px 0px 2px 0px;
}

