.indentmenuTab
{
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-style:italic;*/
	font-size: 13px;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenuTabContainer{ border:1px solid #C5C7CB; width:100%;  padding: 1px; margin-bottom:1em }
.indentmenuTab ul
{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 1px solid #FFFFFF; /*navy border*/
	background: black url(indentbg.gif) center center repeat-x;
}
.indentmenuTab ul li
{
	display: inline;
}
.indentmenuTab ul li a
{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-style:italic;*/
	font-size: 13px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF; /*navy divider between menu items*/
}
.indentmenuTab ul li a:hover
{
	float: left;
	color: white; /*text color*/
	padding: 5px 11px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	/*font-style:italic;*/
	font-size: 13px;
	text-decoration: none;
	border-right: 1px solid #FFFFFF; /*navy divider between menu items*/
}

.indentmenuTab ul li a:visited
{
	color: white;
}

.indentmenuTab ul li a.selected
{
	color: white !important;
	padding: 5px 11px;
	/*background: black url(indentbg2.gif) center center repeat-x;*/
	background: url('Button1.png') repeat;
	height:27px;
}
.tabcontentstyle
{
	/*style of tab content oontainer*/
	border: 1px solid gray;
	/*width: 450px;*/
	margin-bottom: 2em;
	padding: 5px;
}
.tabcontent
{
	display:none;
}

@media print 
{
	.tabcontent 
	{
		display:block !important;
	}
}