.indentmenu{
font: bold 11px tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin:0;
padding:0;
float: right;
border-right: 14px solid white;
/*width: 480px;*/
border-top: 1px; /*navy border*/
background: white url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{

float: left;
color: white; /*text color*/
padding: 5px 30px;
text-decoration: none;
border-right: 1.5px solid white; /*navy divider between menu items*/
}

.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: white url(indentbg2.gif) center center repeat-x;
}




.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/***************************************************************************************************************/
.indentmenu1{
font: bold 10px tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu1 ul{
margin:0;
padding:0;
float: right;
border-right: 14px solid white;
/*width: 480px;*/
border-top: 1px; /*navy border*/
background: white url(indentbg.gif) center center repeat-x;
}

.indentmenu1 ul li{
display: inline;
}

.indentmenu1 ul li a{

float: left;
color: white; /*text color*/
padding: 5px 38.25px;
text-decoration: none;
border-right: 1.5px solid white; /*navy divider between menu items*/
}

.indentmenu1 ul li a:visited{
color: white;
}

.indentmenu1 ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: white url(indentbg2.gif) center center repeat-x;
}




.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}