.indentmenu
{
	font: normal 13px "Trebuchet MS" , Tahoma,Verdana, Arial, Helvetica, sans-serif;
	width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul
{
	margin: 0;
	padding: 0;
	float: left; /* width: 80%; width of menu*/ /*border: 1px solid #BBB;*/
	background: black url(images/chromebg.gif) center center repeat-x;
}

.indentmenu ul li
{
	display: inline;
}

.indentmenu ul li a
{
	float: left;
	color: #4f6b72; /*text color*/
	padding: 5px 11px;
	text-decoration: none;
	z-index: 6;
	border: 1px solid #BBB;
}

.indentmenu ul li a:visited
{
	color: white;
}

.indentmenu ul li a.selected
{
	color: #4f6b72 !important;
	padding-top: 6px; /*shift text down 1px*/
	padding-bottom: 4px;
	font: bold 13px "Trebuchet MS" , Tahoma,Verdana, Arial, Helvetica, sans-serif;
	background: black url(images/chromebg2.gif) center center repeat-x;
	border-bottom-color: White;
}

.indentmenu ul li a:hover
{
	background: url(images/chromebg2.gif) center center repeat-x;
}

.tabcontentstyle
{
	/*style of tab content oontainer*/
	border: 1px solid #BBB;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
}

.tabcontent
{
	display: none;
}

@media print
{
	.tabcontent
	{
		display: block !important;
	}
}

