
.indentmenu{
font: bold 14px arial;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
border-top: 1px solid white; /*navy border*/
/* background: black url(/images/selected.jpg) center center repeat-x; */
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 0px 0px;
width:105px;
height:41px;
text-decoration: none;
background: black url(/images/unselected.jpg) center center repeat-x;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
width:101px;
height:41px;
background: black url(/images/selected.jpg) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 206px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
