/* Tab Content - menucool.com */

ul.tabs
{
   	font-size: 0;
    height: 58px;
    list-style-type: none;
    margin: 0;
    padding: 4px 0;
   
}
        
ul.tabs li
{
   	background: #1b1b1b none repeat scroll 0 0;
    float: left;
    margin-left: 20px;
    text-align: left;
    width: 48.732%;
}
        
ul.tabs li a
{
    display: block;
    font-family: opensans-bold;
    font-size: 16px;
    padding: 15px 25px;
    text-decoration: none;
    text-transform: uppercase;

}
        
ul.tabs li a:visited
{
    color: #ED6328;
}
        
ul.tabs li:hover
{
    /*border: 1px solid #B7B7B7;*/
    background:linear-gradient(#f7f5f6, #E8E8E8) repeat scroll 0 0;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    color: #d0b76f;
    font-family: opensans-bold;
    font-size: 16px;
    font-weight: bold;
    padding: 14px 20px;
    text-transform: uppercase;
}
        
        
ul.tabs li.selected
{
    text-decoration: none;
    border: 0;
    background:#2C2C2C;
    height:62px;
}
     

div.tabcontents
{
    padding: 30px;
    background-color:#2C2C2C;
    border-radius: 0 0px 6px 6px;
}
.preSelect{
width:381px; 
height: 66px;
background-color:#2C2C2C;
}
.postSelect{
	width: 381px; 
	height: 47px; 
	padding: 3px;
	margin-left:16px;
	background-color:#1B1B1B;
}

