﻿/* Tab Content - menucool.com */

/* TEMPLATE 4 */
/* TEMPLATE 4 */
/* TEMPLATE 4 */
/* TEMPLATE 4 */




ul.tabs
{
    padding:13px 0 0 0;
    margin:;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs as desired*/
    background:#;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
    margin-right:-1px; /*distance between tabs*/
}
        
ul.tabs li a
{
   font-family:Arial, Helvetica, sans-serif; font-size:14px; font-weight:100;
    text-decoration: none;
    position: relative;
    padding: 8px 20px 30px 20px;
    border-right:none;
    color: #474747;
	margin:0 7px 0 0;
    background-color: #fff;
	background-image:url(tab_grey.png); background-repeat:repeat-x; background-position:center top;
    outline:none;
	overflow:visible;
} 
       
ul.tabs li:last-child a
{

} 
        
ul.tabs li a:visited
{
    color: #;
}
        
ul.tabs li a:hover
{
    text-decoration: none; overflow:visible;
	background-color: #--bd191f;
    color:#fff;
	background-image:url(tab_triangle.png); background-repeat:no-repeat; background-position:center -30px;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative; overflow:visible;
    top: 0px;
    background-color: #-bd191f;
    color:White;
	background-image:url(tab_triangle.png); background-repeat:no-repeat; background-position:center -30px;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none; overflow:visible;
	background-image:url(tab_triangle.png); background-repeat:no-repeat; background-position:center -30px;
}

div.tabcontents
{
    padding: 35px 0 45px 0;
    background-color:#F;
}