/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 13px Tahoma;
width: auto; /*leave this value as is in most cases*/
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #020; /*text color*/
padding: 3px 8px;
display:block;
text-decoration: none;
border-left: 1px solid gray; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: auto;
height:150px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
