.indentmenu{
	font: bold 14px Arial;
	height: 58px;
	width: 960px; /*leave this value as is in most cases*/
	border-bottom-style: outset;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	height: 58px;
	background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
width: 158px;
text-align: center;
height: 40px;
padding-top: 18px;
text-decoration: none;
border-right: 2px solid #000; /*navy divider between menu items*/
background: url(images/menu_bg.jpg) repeat-x;
outline: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected, .indentmenu ul li a:hover{
color: white !important;
background: black url(images/menu_hover_bg.jpg) center center;
}

.indentmenu li .last{
	border-right: none;
}


@media print {
.tabcontent {
display:block !important;
}
}
