﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 6px 0;
    font-size: 0;
    margin:0;
    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;
    margin-right:4px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 6px 14px;
    color: #8e0000;
    border-top: 0px solid #1f0505; 
    background: #1f0505 url('/img/tabbg2.gif') repeat-x 0 0;
    border-radius: 7px 7px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    background:#000 url('/img/tabbg.gif') repeat-x 0 0;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #000 url('/img/tabbg.gif') 0 0 repeat-x;
    border-bottom-color: #8e0000;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
   

div.tabcontents
{
	    border-top: 0px solid #1f0505; padding:30px 16px;
}