/* CSS Document */
#tabs, #tabs ul {
	margin: -40px 0 0 275px;
	list-style: none;
	line-height: 1;
  width: 700px;
	padding: 0;
}

#tabs a {
  text-decoration: none;
  font: 13px Arial;
	display: block;
	color: #666;
}

#tabs a:hover {
  margin: 0;
  color: #7A5;
}

#tabs li {
  padding: 6px 12px 6px 8px;
  margin-bottom: -3px;
  position: relative;
  margin-left: -8px;
  margin-top: 10px;
	float: left;
}

/* FIX HACK FOR IE */
* html #tabs li {
*   margin-bottom: -1px;
* }
/*    
#tabs li:hover, #tabs li.sfhover {
  background: url('../images/tabSelected.png') no-repeat right;
}

#tabs .childItems {
  background: url('../images/tabAvailChild.png') no-repeat right;
  padding: 6px 20px 6px 15px;
  margin-left: -8px;
	float: left;
}

#tabs li.childItems:hover, #tabs .childItems.sfhover {
  background: url('../images/tabSelectedChild.png') no-repeat right;
}
*/
#tabs li ul {
  border: 1px solid #666;
	position: absolute;
	background: #FFF;
  margin-top: 5px;
	display: block;
	left: -999em;
	width: 165px;
	clear: left;
}

#tabs li ul li {
  background: #FFF;
  display: block;
  clear: both;
  padding: 0;
  margin: 0;
  border-top: 1px solid #CCC;
}

#tabs li ul li a {
  font-weight: normal;
  font-size: 10px;
  padding: 0 2px;
  width: 161px;
  color: #666;
}

#tabs li ul li a:hover {
  background: #93AACD;
  color: #FFF;
}

#tabs li:hover ul, #tabs li.sfhover ul {
  margin-left: -10px;
  margin-top: 0;
	left: auto;
}

.clear {
  clear: both;
  padding: 0;
  margin: 0;
}