/* tabs */ 
#navcontainer {
	clear: left;
	z-index: 5000;
	position:absolute;
	width: 80%;
	left: 0px;
	top: 65px;
}

#navlist {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	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:14%;
  min-height: 20px; 
}

#navlist li a
{
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font:bold 12px Verdana, sans-serif;
}

#taba, #tabb, #tabc, #tabd, #tabe, #tabf , #tabg{
	padding:4px;
	background-color: #333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #666;
}

#taba
{
/*  background: #496289 url(/images/layout/slanter1.png);
  background-position: bottom left; */
  padding-left:25px;
  margin-right: -1px;
}
#tabb, #tabc, #tabd, #tabe, #tabf
{
  background: #333333;
  margin-right: -1px;
  border-left: 1px solid #666;
  	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
}

#tabg
{
/*  background: #496289 url(/images/layout/slanter1.png);
  background-position: bottom right;*/
  border-left: 1px solid #666;
  padding-right:25px;
}
#taba:hover, #tabb:hover, #tabc:hover, #tabd:hover, #tabe:hover, #tabf:hover,  #tabg:hover
{
  background-color: #BD4C00;
  	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666;
  color: #fff!important;
}
#navlist li a.active, #navlist li a:active
{
  padding-bottom: 4px;
  color: #fff; 
  background-color: #D75600;
  	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}

/* tabs  end */
