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

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid white; /*navy border*/
background: black url(../images/greentab2.png) center center repeat-x;
color:#000000;
}

.indentmenu ul li{
display: inline;
color:#000000;
}

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

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

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


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 100px;
margin-bottom: 1em;
padding: 10px;
height:auto;
color:#000000;
}

.tabcontent{
	display:none;
	color:#000000;
	text-align: left;
	word-wrap: break-word;
	line-height:20px;
	
}

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