#navcontainer {
	clear: left;
	z-index: 1;
	position:relative;
	top:0px;
	left:0px;
	width: 200px;
}
#navlist {
	margin: 0 auto;
	padding: 0;
	clear:both;
}
#tabbar {
	position:relative;
	text-align: center;
	clear:both;	 
}
#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: 200px;
  height:30px;
  margin:0 0 1px 0;
}
#navlist li a
{
  position: relative;
  display: block;
  text-align: left;
  text-indent:10px;
  text-decoration: none;
  font:normal 12px tahoma, verdana, arial,helvetica,sans-serif;
  line-height:30px;
}

#taba, #tabb, #tabc, #tabd, #tabe, #tabf, #tabg, #tabh, #tabi, #tabj{
color:#1d1d1d;
height:30px;
border-bottom:1px dotted #1d1d1d;
}

#taba_on, #tabb_on, #tabc_on, #tabd_on, #tabe_on, #tabf_on, #tabg_on, #tabh_on, #tabi_on, #tabj_on {
 color:#cc0000;
 height:30px;
 border-bottom:1px dotted #1d1d1d;
}

#taba:hover, #tabb:hover, #tabc:hover, #tabd:hover,  #tabe:hover,  #tabf:hover, #tabg:hover, #tabh:hover, #tabi:hover, #tabj:hover
{
  color:#cc0000;
  height:30px;
  border-bottom:1px dotted #1d1d1d;
}
#navlist li a.active, #navlist li a:active
{
  color:#cc0000;
  height:30px;
  border-bottom:1px dotted #1d1d1d;
}