
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width:100%;
/* width: 80%; width of menu*/
 /*navy border*/
/*background: black url(indentbg.gif) center center repeat-x;*/

background-color:#f3f3f3;
height:30px;
	
}

.indentmenu ul li{
display: inline;




}

.indentmenu ul li a{
float: left;
color:#858181; /*text color*/

padding: 5px 8px 0px 8px;
text-decoration: none;
border:1px solid #cccccc;
border-right: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
width:155px;
height:26px;	
	
}

.indentmenu ul li a:visited{
color:#858181;
}

.indentmenu ul li a.selected{
color: Orange !important;
padding-top: 1px; /*shift text down 1px*/
padding-bottom: 1px;
border-bottom: 0px solid #cccccc;
/*background-color:White;*/
height:28px;
text-decoration:none;

background:white url(arrow111.jpg) no-repeat right;

}


.tabcontentstyle{ /*style of tab content oontainer*/

margin-bottom: 1em;
 padding:5px;

}

.tabcontent
{
	
display:none;

}

@media print {
.tabcontent {
display:block !important;
 padding:5px;
}
}
