/* header/tabs background; height:98 */
#header { background: #FFF url("bg.gif") bottom repeat-x; }

#nav-tabs {
	float:left;
	width:100%;
	font-size:10pt;
	line-height:normal;
	position: absolute;
	top: 52px;
	left: 180px;
	width: 650px;
 }

#nav-tabs ul {
  margin:0;
  padding:10px 10px 0 0;
  list-style:none;
}

#nav-tabs li {
  float:left;
  background:url("left-idle.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
}

#nav-tabs a {
  display:block;
  background:url("right-idle.gif") no-repeat right top;
  padding:7px 15px 3px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#e5e5e5;
}

#nav-tabs a:hover {
  color:#B4E0EB;
}

#nav-tabs #current {
  background-image:url("left-active.gif");
}

#nav-tabs #current a {
  background-image:url("right-active.gif");
  color:#eeeeee;
  padding-bottom:4px;
}
