﻿	#tabs {
	  overflow: hidden;
	  width: 100%;
	  margin: 0;
	  padding: 0;
	  list-style: none;
	
	  margin-left: 15px;
	  margin-right: 15px;
	  text-align: center;
	  margin-bottom: 25px;
}

	#tabs li {
	  margin: 0 15px 0 0;
	
	  display: inline-block;
}

	#tabs a {
	  float: left;
	  position: relative;
	  padding: 0 20px;
	  height: 0;
	  line-height: 35px;
	  text-transform: uppercase;
	  text-decoration: none;
	  color: #888;      
	  font-size: 13px;
	  border-bottom: 35px solid #F6F6F6;
	  border-bottom-color: #777\9;
	  filter: alpha(opacity=30);      
	}

	#tabs a:hover,
	#tabs a:focus {
	  border-bottom-color: #ddd;
	  opacity: 1;
	  filter: alpha(opacity=100);
	  color:#888;
	}

	#tabs a:focus {
	  outline: 0;
	}

	#tabs #current1 {
	  z-index: 3;
	  border-bottom-color: #0C7FB6;
	  opacity: 1;
	  color: #fff;
	  filter: alpha(opacity=100);      
	}

	/* ----------- */


	#content1 h2,
	  #content1 h3,
	  #content1 p {
	    margin: 0 0 15px 0;
	}  

	/* Demo page only */
	#about {
	    color: #999;
	    text-align: center;
	    font: 0.9em Arial, Helvetica;
	}

	#about a {
	    color: #777;
	}  