
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenux{
font: 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenux ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid white; /*navy border*/
background: white url(../images/indentbg.gif) center center repeat-x;
}

.indentmenux ul li{
display: inline;
}

.indentmenux ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 5px solid white; /*navy divider between menu items*/
}

.indentmenux ul li a:visited{
color: white;
}

.indentmenux ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: white url(../images/indentbg2.gif) center center repeat-x;
}


.tabcontentstylex{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 430px;
margin-bottom: 1em;
padding: 1px;
}

.tabcontentx{
display:none;
}

@media print {
.tabcontentx {
display:block !important;
}
}