﻿/* Tab Content - menucool.com */
.met_content {
    padding:5px 5px 0;
    /*background-color:#000;*/
}

ul.tabs
{
    padding: 7px 5px;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font-family: "Roboto Slab",serif;
    font-size: 13px;
    text-decoration: none;
    position: relative;
    padding: 7px 9px;
    color: #fff;
    background-color: #da2e2a;
    outline:none;
    text-transform: uppercase;
}
        
ul.tabs li a:visited
{
    /*color: #2e7da3;*/
}
        
ul.tabs li a:hover
{
    /*border: 1px solid #B7B7B7;*/
    background-color: #da2e2a;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    font-family: "Roboto Slab",serif;
    font-size: 13px;
    background-color: #fff;
    color: #2e7da3;
    /*background: white;
    top: 0px;
    border: 1px solid #B7B7B7;
    border-bottom-color: white;*/
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    color: #fff;
    padding: 20px;
    /*border: 1px solid #B7B7B7;
    background-color:#FFF;
    border-radius: 0 3px 3px 3px;*/
}