﻿/* Tab Content - menucool.com */

ul.tabs
{
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
	border: 1px solid #cdcdcd;
	float: left;
    width: 100%;
	margin-top:20px;
	position: relative;
}
        
ul.tabs li
{
    display: inline;
    margin: 0;
}
        
ul.tabs li a
{
	text-decoration: none;
    position: relative;
    padding: 7px 24px 7px 0;
    outline: none;
    text-align: center;
    color: #3a3a3a;
    border-left: 1px solid #fff;
    font-size: 15px;
    font-family: UTMBebas_bold;
}
        
ul.tabs li a:visited
{
    color: #000;
}
        
ul.tabs li a:hover
{
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    border-bottom-color: white;
    color: #e2ff00;
}
ul.tabs li.selected a, ul.tabs li a:hover{
	color: #005e80;
    font-family: UTMBebas_bold;
}
ul.tabs li a.tab1_spbc{
	background: url(../../../../publics/images/main_menu_bg.png) repeat-x; 
}
ul.tabs li a.tab1_spnb{
	background:#007dc6;
}
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
 ul.tabs li.selected a {
}    
ul.tabs:before{
	display: block;
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    background-color: #005e80;
    width: 100px;
    height: 1px;
}
div.tabcontents
{
    padding: 5px 0;
    background-color: #FFF;
    border-radius: 0 3px 3px 3px;
	float: left;
    width: 100%;
}