/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 11px Century Gothic, Lucida Sans Unicode,  sans-serif;
width: 100%; /*leave this value as is in most cases*/
text-transform:capitalize;
padding:0px;
}

.indentmenu a{
text-decoration: none;
padding-bottom:2px;
color:#4b4b4d;
}

.indentmenu a:visited{
padding-bottom:2px;
}

.indentmenu a.selected{
padding-bottom:2px;
background-color:#ffffff;
}

.indentmenu a:hover{
padding-bottom:2px;
background-color:#ffffff;
}

.indentmenu2{
font: bold 11px Century Gothic, Lucida Sans Unicode,  sans-serif;
width: 100%; /*leave this value as is in most cases*/
text-transform:capitalize;
padding:0px;
}

.indentmenu2 a{
text-decoration: none;
padding-bottom:2px;
}

.indentmenu2 a:visited{
padding-bottom:2px;
}

.indentmenu2 a.selected{
padding-bottom:2px;
background-color:#ffffff;
border-bottom-width: 1px;
border-top-style: none;
border-right-style: none;
border-bottom-style: solid;
border-left-style: none;
border-bottom-color: #333333;
}

.indentmenu2 a:hover{
padding-bottom:2px;
background-color:#ffffff;
}

.tabcontent{
display:none;
width: 100%;
padding:0px;
}

@media print {
.tabcontent {
display:block !important;
}
}
