

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


.indentmenu{
float:left;
font-family:Verdana;
font-size:14px;
color:#FFFFFF;
line-height:normal;
height:22px;
background-image:url(../images/menu_green_slice.jpg);
background-repeat:repeat-x;
background-color:#6F9300;  width:575px; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float:left;
 width:160px;
font-family:Verdana;
font-size:14px;
color:#FFFFFF;
text-align:center;
text-decoration:none;
padding-top:1px;
text-decoration:none;
font-weight:bold;
height:22px;
margin-top:3px;
}

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

.indentmenu ul li a.selected{
float:left;
 width:160px;
font-family:Verdana;
font-size:14px;
color:#6F9300;
font-weight:bold;
background-color:#FFFFFF;
text-decoration:none;
}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 500px;
}

.tabcontent{
display:none;
padding: 10px;
padding-top:10px;
}

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