﻿
#tabmain { width: 870px;

}

ul.tabs
{
    padding: 0px 0;
    font-size: 0;
    margin-top:120px;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Arial, Helvetica, sans-serif;
    text-decoration: none;
    position: relative;
	border-right: solid #FFF 1px;
    z-index: 1;
    padding: 6px 7px;
    color: #fff;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #fff;
}
        
ul.tabs li a:hover
{
  
	color:#febd11;
}
        
ul.tabs li.selected a
{
    /*selected tab style */
    position: relative;
    top: 0px;
	color: #febd11;

    
}
        
        
ul.tabs li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
   padding:30px 8px;
    
}