#tabs {
	overflow: hidden;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	list-style: none;
}

#tabs li {
float: left;
margin: 0 -15px 0 0;
}

#tabs li a {
float: left;
position: relative;
padding: 0 30px;
height: 0;
line-height: 25px;
text-transform: uppercase;
text-decoration: none;
color: #000;      
border-right: 25px solid transparent;
border-bottom: 25px solid #E5E5E5;
border-bottom-color: #E5E5E5\9;
opacity: 1;
filter: alpha(opacity=100);      
}

#tabs li  a:hover,
#tabs li a:focus {
border-bottom-color: #E0EFD8;
opacity: 1;
filter: alpha(opacity=100);
}

#tabs li  a:focus {
outline: 0;
}

#tabs #current {
z-index: 3;
border-bottom-color: #E0EFD8;
opacity: 1;
filter: alpha(opacity=100);      
}

/* ----------- */
#content {
border-top: 3px solid #E0EFD8;
padding: 10px 5px;
  /*height: 220px;*/
}

#content h2,
#content h3,
#content p {
  margin: 0 0 15px 0;
}  
