﻿/* 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: 0;
    margin-right:3px; /*distance between tabs*/
}
        
ul.tabs li a
{

    text-decoration: none;
    position: relative;
    padding: 15px 12px;
position:relative; float:left; font-family: 'Abel', sans-serif; font-weight:600; font-size:22px; color:#FFF; line-height:1.4em;
	height:70px;
	width:200px;

    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
	background:url(Images/tp-back.png) 0 0 no-repeat;

}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    

}