
 

  /* ------------------------------------------------- */

  #tabs1 {
    
    width: 100%;
    margin: 15px;;
    padding: 0;
    list-style: none;
	
  }

  #tabs1 li {
    float: left;
    margin: 0 -15px 0 0;
	margin-left:15px;
  }

  #tabs1 a {
    float: left;
    position: relative;
    padding: 0 40px;
    height: 0;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;      
    border-right: 20px solid transparent;
    border-bottom: 30px solid #3D3D3D;
    border-bottom-color: #777\9;
	
    opacity: 1;
    filter: alpha(opacity=30);    
	width:auto;  
  }
 
  #tabs1 li ul li{
	padding:0;
	margin:0;  
	width:200px;
  }
 #tabs1 li ul li a{
	border-right: 0px solid transparent;
	margin:0;
	width:220px;
	}

  #tabs1 a:hover,
  #tabs1 a:focus {
    border-bottom-color: #2ac7e1;
    opacity: 1;
    filter: alpha(opacity=100);
  }

  #tabs1 a:focus {
    outline: 0;
  }

  #tabs1 #current {
    z-index: 10;
    border-bottom-color: #3CF;
    opacity: 1;
    filter: alpha(opacity=100);      
  }

  /* ----------- */
  #content {
      background: #fff;
      border-top: 2px solid #3d3d3d;
      padding: 2em;
      /*height: 220px;*/
  }

  #content h2,
    #content h3,
    #content p {
      margin: 0 0 15px 0;
  }  

  /* Demo page only */
  #about {
      color: #999;
      text-align: center;
      font: 0.9em Arial, Helvetica;
  }

  #about a {
      color: #777;
  }   
 