﻿/* Tab Content - menucool.com */
ul.tabs
{
    padding: 0px 0;
    padding-right:00px;
    margin:0;
font-family: 'khmer_uiregular';
    font-size: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    padding-left:20px; /* Offset of the first tab */
}
        
ul.tabs li
{
    display: inline;
    margin: 0;/*no distance between tabs*/
    background: White;
font-family: 'khmer_uiregular';
  }
        
ul.tabs li a
{
font-family: 'khmer_uiregular';
    font: normal 12px cabin;
    text-decoration: none;
    position: relative;
    padding: 7px 22px;
    color: #fff;
    outline:none;
    background: #0094c4;
    border:1px solid #CCC;
    border-right:0;
    box-shadow:2px;
}

/*Note: IE8 and earlier doesn't support li:last-child. You have to add another class to the last tab (LI) and specify its border-right as below.*/
ul.tabs li:last-child a
{
    border-right:1px solid #CCC;
font-family: 'khmer_uiregular';
}
  
        
ul.tabs li a:hover
{
    color: #000;
    background: white;
font-family: 'khmer_uiregular';
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    top: 0px;
    font-weight:normal;
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #000;
font-family: 'khmer_uiregular';
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
font-family: 'khmer_uiregular';
}

div.tabcontents
{
    border-top: 1px solid #CCC; padding: 30px 10px;
font-family: 'khmer_uiregular';
}
