.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
height:100%px;
}

.indentmenu ul{
font: bold 11px Arial;
margin: 0;
padding: 0;
float: left;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
width:156px;
height:43px;
color: #FEC66F; /*text color*/
font-weight:bold;
background-image:url(../images/tab-o.gif);
text-decoration: none;
}

.indentmenu ul li a:visited{
background-image:url(../images/tab-o.gif);
color: #ffffff;
font-weight:bold;
text-decoration: none;
}
.indentmenu ul li a:hover{
color: #FEC66F;
background-image:url(../images/tab-a.gif);
text-decoration: none;
}
.indentmenu ul li a.selected{
background-image:url(../images/tab-a.gif);
color: #fff !important;
text-decoration: none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
width:100%;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}