﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 0px 0;
    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;
   /*distance between tabs*/
}
        
ul.tabs li a
{
    font-size:14px;
    font-family: 'ProximaNovaRegular';
    text-decoration: none;
    position: relative;
    padding:0 5px 0 5px;
    border-right: 1px solid #c4c4c4;

    color: #262626;
    background:#ededed;
    display:block;
    font-weight:bold;
}

.ie8 ul.tabs li a, .chrome ul.tabs li a
{
    font-size:13px;
    padding:0px 5px 0px 6px;}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{

   background:#ededed;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    color:#f5821f;
    background:#ededed;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
  
    background-color:#ffffff;
      
   
}