/* Tabs CSS begin */
.tab {display: none;

}
.tabs ul {
    float: left;
    margin-right: 30px;
	
	
}
.tabs ul > li {list-style: none;}
.tabs ul > li a {
    text-decoration: none;
    padding: 10px;
    width: 250px;
    color: #555;
    display: inline-block;
    
}
.tabs ul > li a:hover {
    background-color: #efefef;
    border-bottom: 1px solid #ddd;
	color:green;
}
.tabs ul > li a.active { background-color: #fe982a;
color:#fff;
 }
 
 .tabs ul > li a.active :hover{ background-color: #fe982a;
color:green;

 }
/* Tabs CSS end */