/* 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;
    border-bottom: 1px solid #eee;
}
.tabs ul > li a:hover {
    background-color: #efefef;
    border-bottom: 1px solid #ddd;
}
.tabs ul > li a.active { background-color: #efefef; }
/* Tabs CSS end */