

.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul
{
	background-position: center center;
	margin: 0 0 0 50;
	padding: 0 0 0 0;
	float: left; /* width: 80%; width of menu*/
	border-top-style: none;
	border-top-width: 0px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a
{
	float: left;
	color: white; /*text color*/
	padding: 0px 5px 0px 5px;
	text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected
{
	background-position: center center;
	padding-top: 0px; /*shift text down 1px*/
	padding-bottom: 0px;
	background: black url('../../images/tabmenuback_tab.png') repeat-x center center;
}


.tabcontentstyle
{
	/*style of tab content oontainer*/
	border: 1px solid #CCCCCC;
	width: 450px;
	margin-bottom: 1em;
	padding: 10px;
	background-color: #CCCCCC;
}

.tabcontent
{
	display: none;
	font-family: 'Trebuchet MS';
	font-size: 13px;
	text-decoration: none;
}

@media print {
.tabcontent {
display:block !important;
}
}