﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 10px 0 6px 0;
    font-size: 0;
    margin:0px;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/ 
      
}      
ul.tabs li { display: inline; margin: 0 1px; /*distance between tabs*/ }       
ul.tabs li a
{
    padding:6px 15px; font-size:14px; font-family: Calibri, Arial; text-decoration: none; border:none; cursor:pointer; border-radius:0 0 ; font-weight:normal; min-width:80px;
    background-color:#f0f0f0; color:#000000; border:solid 1px #dddddd;
}
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    padding:6px 15px; font-size:14px; font-family: Calibri, Arial; text-decoration: none; border:none; cursor:pointer; border-radius:0 0 ; font-weight:normal; min-width:80px;
    background-color:#ffcc00; color:#000000; border:solid 1px #dd9900; border-bottom:solid 1px #ffffff; box-shadow:inset 0px -12px 0px 0px #ffaa00;
}       
div.tabcontents { border-top: 1px solid #B7B7B7; padding:0px;/*padding:30px 16px;*/ }

