﻿/* Tab Content - menucool.com */

ul.tabs
{
    padding: 10px 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:5px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: bold 14px Tahoma;
	height:150px;
    text-decoration: none;
    position: relative;
    padding: 10px 20px;
    border: 1px solid #339966;
    border-bottom-color:#339966;
    color: #fff;
    background: #339966 url(../image/tap-orange02.png) repeat-x;
    border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-khtml-border-radius: 5px 5px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    border: 1px solid #666;
    background:#666 url(../image/tabbg.gif) 0 -36px repeat-x;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight: bold;
    background: #fff;
    border: 1px solid #339966;
    border-bottom-color: #fff;
	color: #339966;
/*	text-shadow: black 1px 1px 1px;
*/}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
	color: #339966;
}
     

div.tabcontents
{
    border: 1px solid #339966; padding: 10px;
    background-color:#fff;
	-webkit-border-radius: 0 5px 5px 5px;
	-moz-border-radius: 0 5px 5px 5px;
	-khtml-border-radius: 0 5px 5px 5px;
    border-radius: 0px;
	height:268px;
}