@charset "utf-8";
/* CSS Document */

/* Tab Content - menucool.com */

ul.tabs
{
    padding: 0px 0;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*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 40px Tahoma, Geneva, sans-serif;
    text-decoration: none;
    position: relative;
    color:#FBE35F;
    outline:none;
}
        
ul.tabs li a:visited
{
    color:#FFF;
}
        
ul.tabs li a:hover
{
/*    border: 1px solid #ccc;*/
/*    background:#24C4FA;*/
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:normal;
	background:#fff;
	color:#3AC3F9;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
     

div.tabcontents
{
    /*border: 1px solid #ccc;*/
    border-radius: 0 3px 3px 3px;
}







