.indentmenu{
font: bold 11px Geneva, Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left; /*navy border*/
	background: #333333 url(indentbg.gif) center center repeat-x;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #999999;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 4px solid #000000; /*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-color: #0066CC;
	background-image: url(indentbg2.gif);
	background-repeat: repeat-x;
	background-position: center center;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 2px inset #CCCCCC;
background-color: #000000;
width: 645px;
margin-bottom: 1em;
padding: 0px;
font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.tabcontent{
	display:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

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