.indentmenu {
	font: bold 13px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu ul {
	margin: 0;
	padding: 0;
	float: left;
	position:relative;
	top:-2px;
	/* width: 80%; width of menu*/
	border-top: 0px solid #C7CBCB; /*navy border*/
	/*background: url(indentbg.gif) center center repeat-x;*/
}
.indentmenu ul li {
	display: inline;
}
.indentmenu ul li a {
	float: left;
	color: #FFFFFF; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	background-color:#FF8305;
	border-right: 1px solid #C0BFBF; /*navy divider between menu items*/
	border-left: 2px solid #DADADA;
	border-bottom: 2px solid #DADADA;
}
.indentmenu ul li a:visited {
	color: #FFFFFF;
}
.indentmenu ul li a.selected {
	color: #303030 !important;
	padding-top: 10px; /*shift text down 1px*/
	padding-bottom: 4px;
	/*background: url(indentbg2.gif) center center repeat-x;*/
	background-color:#FFFFFF;
}
.tabcontentstyle { /*style of tab content oontainer*/
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
.picsBanner {
	padding:4px;
	border-top: 2px solid #DADADA;
	border-left: 2px solid #DADADA;
	border-right: 2px solid #DADADA;
	border-bottom: 2px solid #C0BFBF;
}
