﻿/* Tab Content - menucool.com */
ul.tabnew
{
    padding: 20px 0 15px;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    background: #00923f;
    border-bottom:none;
}
        
ul.tabnew li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/
    font: normal 12px Verdana;
}
        
ul.tabnew li a
{
    text-decoration: none;
    position: relative;
    padding: 15px 10px;
    color: #fff;
    outline:none;
}
  
        
ul.tabnew li a:hover
{
    text-decoration:none;
    color: #000;
}
        
ul.tabnew li.selected a
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #000;
}
        
        
ul.tabnew li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabnew2
{
    border: 1px solid #CCC; padding: 30px;
    border-top-color:#AAA;
    background-color:#FFF;
    border-radius: 0 0 2px 2px;
}
