

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 12px Arial;
text-decoration:bold;
width: 800;
}

.indentmenu ul{

margin: 0;
margin-left:4px;
padding: 0;
float: left;
border-top: 0px solid navy; /*navy border*/
/* background: black url(indentbg.gif) center center repeat-x; */

}

.indentmenu ul li{
display: inline;
margin: 0;
padding: 0;
}

.indentmenu ul li a{
float: left;
color: #0D0D6A; /*text color*/
padding-bottom: 3px;
/*padding: 5px 2px;*/
text-decoration: none;
border-right: 0px solid white; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: red !important;

/* padding-top: 7px; shift text down 1px
padding-bottom: 3px;
background: black url(indentbg2.gif) center center repeat-x; */

}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 730;
margin-bottom: 1em;
padding: 10px;
height:225px;
}

.tabcontent{
display:none;
width:715px;
height:225px;
}

@media print {
.tabcontent {
display:block !important;
}
}