
.indentmenu{
font: bold 13px Arial;
width: 862px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
background:url('bgTab.gif');
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #1f3d77; /*navy divider between menu items*/
width:192px;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background-color: #1f84e2;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width: 470px;
padding: 10px;
}

.tabcontent{
display:none;
color:white;
height:120px;
background-image:url(bgTab.gif);
}

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

