#navcontainer {
	clear: left;
	z-index: 1;
	position:relative;
	top:0px;
	left:0px;
	width: 100%;
	background:#003366;
}
#navlist {
	margin: 0 auto;
	padding: 0;
	clear:both;
}
#tabbar {
	background:#003366;
	position:relative;
	font: bold italic 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	clear:both;	 
	border-bottom: 0px solid #283659;
	margin-bottom:10px;	
}
#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%; */
  width: 14.23%;
  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: #003366;
  font-size:10px;
}
#taba
{
  background: #0099cc;
  background-position: bottom left;
  padding-left:5px;
  margin-right: -1px;
  font-size:10px;
}
#tabb
{
  background: #0099cc;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}
#tabc
{
 background: #0099cc;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}
#tabd
{
  background: #0099cc;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}

#tabe
{
  background: #0099cc;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
}

#tabf
{
  background: #0099cc;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#tabg
{
 background: #0099cc;
  margin-right: -1px;
  border-left: 1px solid #fff;
  font-size:10px;
  padding-right:15px;
}

#tabh
{
 background: #0099cc;
  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: #003366;
  color: #FFF;
  font-size:10px;
}
#navlist li a.active, #navlist li a:active
{

  color: #FFF; 
  background-color:#003366;
  font-size:10px;
}

.menu {
    color: #ffffff;
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    text-decoration: none;
    padding: 5px;
}

.menu:hover {
    background-color: #003366;
}

.toolbar {
    background-color: #003366;
    padding: 2px 0px 2px 0px;
}





