/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
    font: bold 14px Arial;
    width: 100%; /*leave this value as is in most cases*/
    height:29px;
    background-image:url('/images/homeTabs_bg.gif');
    background-repeat:no-repeat;
}

.indentmenu ul{
    margin: 0;
    padding: 0;
    float: left;
    /* width: 80%; width of menu*/
}

.indentmenu ul li{
    display: inline;
}

.indentmenu ul li a{
    display:inline-block;
    color: #000000;
    text-align:center;
    /*padding: 5px 0px;*/
    text-decoration: none;
    width:123px;
    padding-top:7px;
    height:22px;
    outline:none;
}

.indentmenu ul li a:visited{
    color: #000000;
}

.indentmenu ul li a.selected{
    color: white !important;
    background: url('/images/homeTabs_over.gif') center center repeat-x;
    background-repeat:no-repeat;
}



.tabcontent{
    display:none;
}

@media print {
    .tabcontent {
        display:block !important;
    }
}
