﻿
ul.tabs2
{
    padding: 6px 0 12px 0;;
    font-size: 0;
    margin:0;
    list-style-type: none;
    text-align: center; /*set to left, center, or right to align the tabs2 as desired*/
}
        
ul.tabs2 li
{
    display: inline;
    margin-right: 4px; /*distance between tabs2*/
}

ul.tabs2 li a
{
    font: normal 14px Verdana;
    text-decoration: none;
    position: relative;
    z-index: 1;
    padding: 6px 16px;
    border: 1px solid #CCC;
    border-bottom-color:#AAA;
    color: #000;
    background: #F0F0F0 url(https://www.vitasalus.net/media/wysiwyg/descriptions/tabbgblue.jpg) repeat-x 0 0;
    border-radius: 2px 2px 0 0;
    outline:none;
}
        
ul.tabs2 li a:visited
{
    color: #000;
}
        
ul.tabs2 li a:hover
{
    border: 1px solid #AAA;
    background:#F0F0F0 url(https://www.vitasalus.net/media/wysiwyg/descriptions/tabbgblue.jpg) 0 -36px repeat-x;
}
        
ul.tabs2 li.selected a
{
    /*selected tab style */
    padding: 9px 16px 6px;
    position: relative;
    top: 0px;
    font-weight:bold;
    background: white url(https://www.vitasalus.net/media/wysiwyg/descriptions/tabbgblue.jpg) 0 -72px repeat-x;
    border: 1px solid #AAA;
    border-bottom-color: white;
}
        
        
ul.tabs2 li.selected a:hover
{
    /*selected tab style */
    text-decoration: none;
}
        
div.tabcontent
{
    display: block;
}

div.tabcontents
{
    border: 0px solid #AAA; padding: 0px;
    background-color:#FFF;
    border-radius: 2px;
	
}