﻿/* Tab Content - menucool.com */

ul.tabs
{
	font-size: 0;
	margin:0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the tabs as desired*/
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
	text-decoration: none;
	position: relative;
	color: #FFFFFF;
	border-radius: 3px 3px 0 0;
	outline:none;
	background-color: #4b4b4b;
	background-repeat: repeat-x;
	background-position: 0 0;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	font-family: 'Economica', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
	background-color: #5b801b;
	background-repeat: repeat-x;
	background-position: 0 -36px;
	color: #FFFFFF;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
	position: relative;
	top: 0px;
	font-weight:normal;
	border-bottom-color: white;
	background-color: #5b801b;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
	border: 1px solid #B7B7B7;
	padding: 30px;
	background-color:#FFF;
	border-radius: 0 3px 3px 3px;
	font-family: "Arial Black";
	font-size: 25px;
}
