/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	font: bold 12px Arial;
	width: 90%; /*leave this value as is in most cases*/
	text-align: center;
	padding-left: 14px;
	padding-right: 0px;
	margin-right: 0px;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
border-top: 0px solid black; /*navy border*/
	background: black url(images/indentbg.gif) center center repeat-x;
	margin-left: 0px;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
	float: left;
	color: white; /*text color*/
	padding: 5px 6px;
	text-decoration: none;
	border-right: 1px solid black; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
	color: white !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 white;
	width: 300px;
	height: 500px;
	padding: 1px;
}

.tabcontent{
	display:none;
	width: 400px;
}

@media print {
.tabcontent {
	display:block !important;
}
}
