.indentmenu {
	font: 11px Arial;
	width: 100%; /*leave this value as is in most cases*/
}
.indentmenu td.selected {
	background: url(../imgx/index_slidemenu_white.gif);
}
.indentmenu td {
	padding-left: 12px;
	padding-right: 8px;
	float: left;
	/* width: 80%; width of menu*/
    border: 0; /*navy border*/
	background: url(../imgx/index_slidemenu_black.gif);
}
.indentmenu td a {
	color: white; /*text color*/
	padding: 0px 0px;
	text-decoration: none;
	border-right: 0px solid navy; /*navy divider between menu items*/
}
.indentmenu td a:visited {
	color: white;
}
.indentmenu td a:hover {
	text-decoration: none;
}
.indentmenu td a.selected {
	color: #FC0 !important;
	padding-top: 40px; /*shift text down 1px*/
	padding-bottom: 0px;
}
.tabcontentstyle { /*style of tab content oontainer*/
	border: 0;
	width: 390px;
	margin-bottom: 0em;
	padding: 0px;
}
.tabcontent {
	display:none;
}
 @media print {
.tabcontent {
	display:block !important;
}
}
