/* Tab Content - menucool.com */

ul.tabs
{
    padding: 7px 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:3px; /*distance between tabs*/
}
        
ul.tabs li a
{
    font: normal 12px Verdana;
    text-decoration: none;
    position: relative;
    padding: 7px 16px;
    border: 1px solid #fff;
    border-bottom-color:#3E70D7;
    color: #3E70D7;
    background: #fff;
    border-radius: 3px 3px 0 0;
    outline:none;
}
        
ul.tabs li a:visited
{
    color: #3E70D7;
}
        
ul.tabs li a:hover
{
    border: 1px solid #3E70D7;
    background:#fff;
}
        
ul.tabs li.selected a, ul.tabs li.selected a:hover
{
    position: relative;
    top: 0px;
    font-weight:bold;
    background: url(../../img/d.png) repeat;
    border-bottom: 1px solid  transparent;
}
        
        
ul.tabs li.selected a:hover
{
    text-decoration: none;
	border: 1px solid #fff;
}
     

div.tabcontents
{
    border: 1px solid transparent; padding: 20px;
    background: url(../../img/d.png) repeat;
    border-radius: 0 3px 3px 3px;
	text-align:justify;
}