#datacontent {
  float: left;
  margin: -5px 0 0 0;
}

#datacontent ul {
text-align: center;
	list-style: none;
  	float: left;
  	display: block;
  	height: 30px;
  	width: 270px;
  	padding: 0px; 
	margin: 0 0 0 6px; 
}

#datacontent li {		
	font-family: Georgia, Times, sans-serif;
	text-align: center;
	margin: 0 0 0 5px;
  	float: left;
  	list-style-type: none;
  	
}

#datacontent li a {
	font-weight: bold;
	font-size: 90%;
	text-align: center;
	line-height: 22px;
	outline: 0;
	display: block;
	color: #ff9239;
	background-image: url(../images/tab.gif);
	width: 85px;
	height: 25px;
	background-repeat: no-repeat;
}

#datacontent li a:hover {
	color: #303030;
	background-image: url(../images/tabhover.gif);
	background-repeat: no-repeat;
	width: 85px;
}

#datacontent li a.selected {
	color: #303030;
	background-image: url(../images/tabhover.gif);
	background-repeat: no-repeat;
	width: 85px;
}

#datacontent .panels {
	float: left;
  border: 0px;
  overflow: hidden;
}

#datacontent .panelsInner {
  overflow: hidden;
}

#datacontent .panel {
  float: left;
}
.column3-unit-right ul {list-style:none; margin:0; padding:0;}
.column3-unit-right ul li {
	float: left;
	list-style:none;
	color:#ff9239;
	padding:0;
	font-size:110%;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/starfooterhover.png);
	padding-left: 15px;
}