/*---------auto tABS--------*/

.indentmenu{
			font: bold 11px Trebuchet MS; color:#9e1c62; 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 #e172de; /*navy border*/
				
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left; 
color:#9e1c62;
padding: 3px 5px;
text-decoration: none; background-color:#f6d2f3;
border-right: 1px solid #e172de; 
border-left: 1px solid #e172de;/*navy divider between menu items*/

}

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

.indentmenu ul li a.selected{
color: #000 !important;
padding-top: 3px; /*shift text down 1px*/
padding-bottom: 2px;
background: #fff ;
border-top:1px solid #e172de;


}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid #e172de;
margin-bottom: 1em;
padding:5px; color:#000; text-decoration:none;
}

.tabcontentstyle a{ /*style of tab content oontainer*/
 color:#007a9b; text-decoration:none;
}

.tabcontentstyle a:hover{ /*style of tab content oontainer*/
 color:#d01484; text-decoration:none;
}

.tabcontent{
display:none;
}

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