
.indentmenu{
font: 16px Verdana, Arial, Helvetica, sans-serif;
width: 100%; /*leave this value as is in most cases*/
text-decoration: none;

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px thick thick; /*navy border*/height:35px;
	background:  url(../images/blockactive.gif)  center bottom repeat-x;
	text-decoration: none;
	width: 99%;}
	
.indentmenu ul li{
display: inline;
width: 90%;

}

.indentmenu ul li a{
float: left;
color: #FFFFFF; /*text color*/
text-align:center;
font-size:16px; font-weight:600;
padding-top:17px;
padding-left:5px;
text-decoration: none;
border-right: 0px solid #CCCCCC; /*navy divider between menu items*/
width: 24%;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
font-size:16px; font-weight:600;
text-decoration: none;
}

.indentmenu ul li a.selected{
color: #CF1519 !important;
text-decoration: none;

background:  url(../images/tab.gif) no-repeat;

}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 1050px;
margin-bottom: 1em;
padding: 10px;
text-decoration: none;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}

