
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 11pt Arial;
color:#000;
width: 100%;
height: 31px;
font-weight:bold;
margin-right:0px;
background-color:Transparent;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: right;
/* width: 80%; width of menu*/
/*border-top: 1px solid green; /*navy border*/
width: 100%;
height: 31px;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: right;
color:#fff; /*text color*/
padding: 5px 5px;
text-decoration: none;
border:solid 1px #cccccc;
border-bottom:0;
background-color: #3366cc;
text-align:center;
width:70px;
/*border-right: 1px solid black; /*navy divider between menu items*/
}

.indentmenu ul li a:hover{
float: right;
color:#fff; /*text color*/
padding: 5px 5px;
text-decoration: none;
border:solid 1px #cccccc;
border-bottom:0;
background-color: #990000;
text-align:center;
width:70px;
/*border-right: 1px solid black; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 7px;
border:solid 1px #cccccc;
height:16px;
background-color:#990000;
}




.tabcontent{
display:none;
padding:5px;
 border:0;
margin-top:-2px;

}

@media print {
.tabcontent {
display:block !important;
}
}
