

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


.indentmenu{
font: bold 11px 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 #CCC; /*navy border*/
background: black url(../images/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #666; /*text color*/
padding: 2px 8px;
text-decoration: none;
border-right: 1px solid #CCC; /*navy divider between menu items*/
border-left:1px solid #ccc;
}

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

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


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

.tabcontent{
display:none;
}
.tabcontent li{
	list-style-image:url(../images/list.gif);
}

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

a.tablink:link, a.tablink:visited{
	color:#333;	
}
a.tablink:hover{
	color:#069;	
}