/* tabs */ 
#navcontainer {
	clear: left;
	z-index: 3;
	position:relative;
	margin: 0px 0px 0px 15%;
	width: 80%;
}
#navlist {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	clear:both;
}
#tabbar {
	position:relative;
	background: #004477;
	font: bold italic 10px Verdana,Arial,Helvetica,sans-serif;
	text-align: center;
	clear:both;
	border-bottom: 14px solid #004477
}
#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: #CAD5E6;
  text-decoration: none;
  font:bold 11px Verdana, sans-serif;
}
#navlist li a.active, #navlist li a:active
{
  padding-bottom: 5px;
	color: #fff; 
}
#taba, #tabb, #tabc, #tabd {
	padding:4px
}
#taba
{
  /* background: #004477 url(/images/slanter1.png); */
  background: #004477;
  background-position: bottom left;
  padding-left:25px;
  margin-right: -1px;
}
#tabb
{
  background: #004477;
  margin-right: -1px;
  border-left: 1px solid #fff;
}
#tabc
{
  background: #004477;
  margin-right: -1px;
  border-left: 1px solid #fff;
}
#tabd
{
  /*background: #004477 url(/images/slanter1.png);*/
  background: #004477;
  background-position: bottom right;
  border-left: 1px solid #fff;
  padding-right:25px;
}

#taba:hover, #tabb:hover, #tabc:hover, #tabd:hover
{
  background-color: #738AB5;
  color: #fff!important;
}/* tabs  end */


