﻿/* Tab Content - menucool.com */
ul.tabs
{
	padding: 8px 0;
	font-size: 0;
	margin:0;
	list-style-type: none;
	text-align: center; /*set to left, center, or right to align the tabs as desired*/
	border:1px solid #FF0000;
	border-bottom:none;
	background-color: #006600;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:-1px; /*distance between tabs*/
}
        
ul.tabs li a
{
	font: normal 12px Verdana;
	text-decoration: none;
	position: relative;
	padding: 8px 20px;
	color: #000;
	background: #FFF;
	outline:none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF0000;
	border-right-color: #FF0000;
	border-bottom-color: #FF0000;
	border-left-color: #FF0000;
} 
       
ul.tabs li:last-child a
{
    border-right:1px solid #FF0000;
} 
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
    text-decoration: none;
    color:#888;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: #FF0000;
    color:White;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}

div.tabcontents
{
	border: 1px solid #FF0000;
	border-top: 2px solid #FF0000;
	padding: 15px;
	background-color:#D0FDD3;
	text-align:justify;
}