/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
 /*border-top: 1px solid navy;navy border*/
width:500px;
height:20px;
padding: 0px 5px 0; 
}

.indentmenu ul li{
display: inline;
width:105px;
background: url("nTAbA.gif") right top no-repeat;
height:20px;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
text-decoration: none;
/*border-right: 1px solid navy; navy divider between menu items*/
background: url("nTAbA.gif") right top no-repeat;
width:105px;
height:20px;
text-align:center;
padding-top:3px;
}

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

.indentmenu ul li a.selected{
color: black !important;
/*padding-top: 6px; shift text down 1px
padding-bottom: 4px;*/
background: black url(nTAbA-on.gif) center center repeat-x;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 500px;
height:500px;
}

.tabcontent{
display:none;
}

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