/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 13px Arial;
width: 750px; /*leave this value as is in most cases*/
}

.indentmenu ul{margin: 0;padding: 0;float: left;border-top: 0px solid navy;width:750px;height:41px;margin-left:28px;margin-top:10px;}

*html .indentmenu ul{margin: 0;padding: 0;float: left;border-top: 0px solid navy;width:750px;height:41px;margin-left:16px;margin-top:10px;}

.indentmenu ul li{display: inline;}

.indentmenu ul li a{float: left;color:#fff;padding-top: 11px;text-decoration: none;border-right: 0px solid navy;width:119px;height:41px;text-align:center;margin:0px; outline:
none;}

.indentmenu ul li a.selected{
color:#04278c;padding-top: 11px;padding-bottom: 0px;
background-image:url(../images/ajaxTab_button.gif);
background-repeat:no-repeat;width:119px;height:41px; }

.tabcontentstyle{border: 0px solid gray;width: 450px;margin-bottom: 0em;padding: 0px;}

.tabcontent{display:none;}

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