
.indentmenu		{font-family: Arial;
			font-size: 10pt;
			font-weight: bold;
			color: #ffffff;
			letter-spacing: 1.1pt;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1pt solid green; /*navy border*/
background: black url(indentbg.png) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5pt 11pt;
text-decoration: none;
border-right: 1pt solid green; /*navy divider between menu items*/
}

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

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

.indentmenu ul li a:hover{
text-decoration: none;
color: #000000;
}


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

.tabcontent{
display:none;
}

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