﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 10px 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:6px; /*distance between tabs*/
}

ul.tabs li:nth-child(6)
{
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}

ul.tabs li.last
{
    display: inline;
    margin: 0;
    margin-right:0px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 15px Nanum Gothic;
	font-weight:600;
    text-decoration: none;
    position: relative;
    padding: 15px 40px;

    color: #175b98;
    /*background: #F7F7F7 url(tabbg2.gif) repeat-x 0 0;*/
	background: #fff ;
    outline:none;
	border:1px solid #2965a1;
}
        
ul.tabs li a:visited
{
    /* color: #fff; */
}
        
ul.tabs li a:hover
{
    /*background:grey8a776b url(tabbg.gif) repeat-x 0 0;*/
	background:#fff;
	color:#004b8e;
	border:1px solid #004b8e
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:600;
	color:#fff;
	background: #004b8e ;
    /*background: white url(tabbg.gif) 0 0 repeat-x;*/
   
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
}
   

div.tabcontents
{ padding:30px 0 0; margin-top:4px;
}