
.indentmenu{
font: bold 10pt Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 2px;
padding: 2px;
float: left;
/* width: 80%; width of menu*/
border-top: 0px;
background: white;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #000000; /*text color*/
padding: 3px 8px;
/*margin-right: 1px;*/
text-decoration: none;
border-right: 0px solid #484848; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #000000;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 200px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}