﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
	display: inline;
	margin-right: 20px; /*distance between tabs*/
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 20;
}
        
ul.tabs li a
{
	text-decoration: none;
	position: relative;
	padding: 7px 16px;
	border-bottom-color: #FFFFFF;
	color: #FFF;
	border-radius: 3px 3px 0 0;
	outline: none;
	font-family: Verdana;
	font-size: 14px;
	font-style: normal;
	font-weight: lighter;
	font-variant: normal;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
	background-color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #FFFFFF;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
	position: relative;
	top: 0px;
	font-weight: bold;
	color:#FFF;
	background-color:transparent;
	border:none;
	border-bottom-color: white;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
	padding-top: 30px;
	padding-bottom: 30px;
	border:none;
	color:#FFF;
}
