
/* ######### 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 { background: black url("indentbg.jpg") repeat-x center; margin: 0; padding: 0; float: left; border-top: 1px solid navy }

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a { color: white; text-decoration: none; padding: 5px 11px; float: left; border-right: 1px solid navy }

.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: black url(indentbg2.jpg) center center repeat-x;
}


.tabcontentstyle { margin-bottom: 1em; padding: 10px; width: 500px; border: solid 1px gray }

.tabcontent{
display:none;
}

@media print {
.tabcontent  { display: block }
}
