
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 1em verdana;
text-shadow: 0 0 0 #000;
width: 100%; /*leave this value as is in most cases*/
margin-top:0px;
margin-left:0px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
/*border-top: 1px solid navy; /*navy border*/
/*background: black url(/images/indentbg.gif) center center repeat-x;*/

}

.indentmenu ul li{
display: inline;
line-height:1em;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 2px 8px;
text-decoration: none;
filter:alpha(opacity=100);-moz-opacity:1;opacity:1;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #EB2B42 !important;
}


.tabcontentstyle{ /*style of tab content oontainer*/
/*border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;*/
}

.tabcontent{
display:none;
padding:0px;
margin:0px;

}
.tabcontent a{
text-decoration:none;
padding:0px;
margin:0px;
}


.tabcontent img{
border:none;
padding:0px;
margin:0px;
float:left;
}

@media print {
.tabcontent {
display:block !important;
}
}