/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


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

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid; /*navy border*/
border-color: #08ADE1;
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li {
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid; /*navy divider between menu items*/
border-color: #08ADE1;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #00b9f2;
}

.indentmenu ul li a:visited{
color: #042852;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border-left:2px solid 450px; border-right:2px solid 450px; border-top:2px solid width; border-bottom:2px solid width; margin-bottom: 1em;
padding: 5px
}

.tabcontent{
display:none;
}

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