﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 10px 0 8px;
    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: transparent;
    border:0px dotted #88B301;
    border-bottom:0px dotted #88B301;
    border-radius: 0 0 0 0;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right: 2px;/*distance between tabs*/
    font-weight: bold;
}
        
ul.tabs li a
{
    text-decoration: none;
    position: relative;
    padding: 8px 22px;
    color: #336600;
	border-radius: 3px 3px 0 0;
	background: transparent;
    outline:none; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma;
}
        
ul.tabs li a:hover
{
    text-decoration: underline;
    color: #000;	FONT-SIZE: 10pt; FONT-FAMILY: Tahoma;
}
        
ul.tabs li.selected a
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #A4B25B;
    border: 2px solid #73A009;
    border-bottom: 0px dotted #88B301;
    color: #000000; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma;
}
              
ul.tabs li.selected a:hover, ul.tabs li.selected a:hover
{
    text-decoration: none; FONT-SIZE: 10pt; FONT-FAMILY: Tahoma;
}

div.tabcontents
{
	text-align: justify;
    border:1px dotted #A4B25B; padding:15px;
    border-top-color:transparent;
    background-color:transparent;
    border-radius: 6px 6px 0 0;
	margin-top:-1px;
	border-top:1px dotted #A4B25B;
}