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


.indentmenu{
font: bold 8px Verdana;
width: 100%; /*leave this value as is in most cases*/
background-color:#fdeb3f;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
/*background-color: black url(indentbg.gif) center center repeat-x;*/
background-color:#fdeb3f;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
font: bold 8px Verdana;
float: left;
color: black; /*text color*/
text-decoration: none;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
/*background: black url(indentbg2.gif) center center repeat-x;*/
background-color:#eee;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;padding: 0px 3px;
}

.tabcontent a{
color: white !important;
}

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