﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 6px 0px;
    font-family: Calibri, "Calibri Light", Arimo;
	font-size: 1.2em; 
	font-weight: normal;    
    list-style-type: none;
    text-align: right; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;   
    margin: 2;
	margin-right:2px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font-size: 1.0em;
    text-decoration: none;
    position: relative;
    padding: 6px 10px;
    border: rgba(102,204,102,1) 2px; 
    color: #7680A0;
	font-weight: normal;
  
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #00C;
}
        
ul.tabs li a:hover
{
/*    background:rgba(250,0,0,0.8);	
	 */
	color: #0F0;
	font-size: 1.0em;
	font-weight:normal;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
	color: rgba(250,250,250,1);
    font-weight:normal;
    background: rgba(51,102,153,.5); 
/*    border-bottom-color: white;*/
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
   

div.tabcontents
{
    border-top: 2px solid rgba(51,102,153,.5);
	padding:0px 0px;
}