#tabs {
  overflow: hidden;
  width: 100%;
  margin: 20 0 0 0;
  padding: 0;
  list-style: none;
}

#tabs li {
  float: left;
  margin: 0 0px 0 0;
   border-radius: 10px 0 0 0;
   background-image: linear-gradient(to bottom, #006680, #006680);
}
#tabs a {
  position: relative;  
  padding:  0.7em 1.5em;
  float: left;
  text-decoration: none;
  color: #FFF;
  border-radius: 5px 0 0 0;
}

#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after {
  background-image: linear-gradient(to bottom, #00b1dd, #00b1dd); 
 
}
#tabs a:focus {
  outline: 0;
}

#tabs a::after {
  content:'';
  position:absolute;
  z-index: 1;
  top: 0;
  right: -.5em;  
  bottom: 0;
  width: 1em;
  background: #006680;
  box-shadow: 2px 2px 2px rgba(0,0,0,.4);
  transform: skew(10deg);
  border-radius: 0 5px 0 0;  
}

#tabs #current a,
#tabs #current a::after {
  background-image: linear-gradient(to bottom, #00b1dd, #00b1dd);  
  z-index: 0;
}
#content_tab 
{	 
  background-color: #FFF;
  padding: 1em;
  height: auto;
  display: inline;
  float: left;
  position: relative;
  z-index: 2; 
  border-radius: 0 5px 5px 5px;
  box-shadow: 0 -2px 3px -2px rgba(0, 0, 0, .5),
  				  0 5px 5px -5px #333;
 width: 800px;
  color: #333;

}
#tab1 .p1_class
{
	margin:  5px 0px 0px 0px;
	display: inline;
	float: left;
	width: 430px;
	color: #008080;
	height: auto;
 
}
#tab1 a
{
float: right;
color:grey;
 
text-decoration: underline;
margin:5px 0 0 0;
} 
#tab2 .p1_class
{
	margin:  5px 0px 0px 0px;
	display: inline;
	float: left;
	width: 430px;
	color: #008080;
	height: 50px;
	 
}
#tab2 a
{
float: right;
color:grey;
 
text-decoration: underline;
margin:5px 0 0 0;
}
#tab2 span
{ 
 
}
#tab3 .p1_class
{
	margin:  5px 0px 0px 0px;
	display: inline;
	float: left;
	width: 430px;
	color: #008080;
	height: 33px;
	font-size: 12px;
}
#tab3 a
{
float: right;
color:grey;
font-size:12px;
text-decoration: underline;
margin:5px 0 0 0;
}
#tab4 .p1_class
{
	margin:  5px 0px 0px 0px;
	display: inline;
	float: left;
	width: 430px;
	color: #008080;
	height: 33px;
	font-size: 12px;
}
#tab4 a
{
float: right;
color:grey;
font-size:12px;
text-decoration: underline;
margin:5px 0 0 0;
}
#tab5 .p1_class
{
	margin:  5px 0px 0px 0px;
	display: inline;
	float: left;
	width: 430px;
	color: #008080;
	height: 33px;
	font-size: 12px;
}
#tab5 a
{
float: right;
color:grey;
font-size:12px;
text-decoration: underline;
margin:5px 0 0 0;
}
.p1_class span
{
color:#333333;
font-size:11px;
margin:5px 0 0 0;
}