.indentmenu{
font: bold 13px Arial;
width: 100%;
color:#9a8a7c;
}

.indentmenu ul{
margin: 0 0 0 10px;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background-color: #fff;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #b4d335;
padding: 5px 11px;
text-decoration: none;
background-color:#edeef0;
margin:0 5px 0 0;
}

.indentmenu ul li a:visited{
color: #666;
}

.indentmenu ul li a.selected{
color: #fff !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: #9a8a7c;
}

.tabcontentstyle{
background-color:#f6f6f6;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

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