﻿ul,ol,li{border:0;outline:none;margin:0;padding:0;}
ul{list-style:none;}

ul.tabs

{
    font-size: 0;
    margin:0;
	width:745px;
	height:35px;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    border-bottom:none;
    background-color:#ddd;
	
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 11px Tahoma;
    text-decoration: none;
    position: relative;
    z-index: 1;
	height:40px;
	top:10px;
    padding: 10px 10px;
    color: #666;
	font-weight:bold;
    background:transparent;
    outline:none;
} 

        
ul.tabs li a:visited
{
    color: #666;
}
        
ul.tabs li a:hover
{
    text-decoration: none;
    color: #333;
}
        
ul.tabs li.selected a
{
    position: relative;
    top:10px;
    font-weight:bold;
    background: #f5f5f5;
    color:#333;
}
         
ul.tabs li.selected a:hover
{    text-decoration: none;}
        
div.tabcontent
{    display: block;}

div.tabcontents
{

	width: 745px;
	height: auto;
	margin-bottom: 10px;
	background: #f5f5f5; min-height:300px; 
}
