
.tabs
{
    padding: 7px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left;
}
        
.tabs li
{
    display: inline;
    margin: 0 2px 0 0;
}
        
.tabs li a
{
    font-family:Times, serif;
	font-size:16px;
	line-height:18px;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding:6px 10px 5px 10px;
    color: #fff;
    background:#322c12;

}
        
.tabs li a:visited
{
    color: #fff;
}
        
.tabs li a:hover
{
    background:#978346;
	color:#322c12;
}
        
.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
    background:#978346; 
	color:#322c12;
}
        
        
.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
.tabcontent
{
    display: block;
}

.tabcontents
{
    border: 1px solid #978346; padding:10px;
    background-color:none;
}