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


.slidemenu{
font: bold 11px verdana;
margin-bottom:10px;
/*width: 100%; leave this value as is in most cases*/
}

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

.slidemenu ul li{
display: inline;
}

.slidemenu ul li a{
float: left;
color: black; /*text color*/
text-decoration: none;
border: 1px solid #CCC;
margin-right:2px;
background: #F0F0F0;
}

.slidemenu ul li a:visited {
color: #000;
}

.slidemenu ul li a:hover {
background: #CCC;
}


.slidemenu ul li a.selected {
color: white !important;
background: #003366 url(indentbg2.gif) center center repeat-x;
border: 1px solid #003366;

}


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

.tabcontent{
display:none;
}

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