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



.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
position: relative;
top: 60px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #3d3d3d; /*charcoal border*/
background: black url(/skin1/images/tabs/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #3d3d3d; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #3d3d3d; /*charcoal divider between menu items*/
}

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

.indentmenu ul li a.selected{
color: #3d3d3d !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(/skin1/images/tabs/indentbg2.gif) center center repeat-x;
}


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

.tabcontent{
display:inline;

}

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

.indentmenu4{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
position: relative;
top: 120px;
}

.indentmenu4 ul{
margin: 0;
padding: 0;
float: left;
/*width: 80%; width of menu*/
border-top: 1px solid #3d3d3d; /*charcoal border*/
background: black url(/skin1/images/tabs/indentbg.gif) center center repeat-x;
}

.indentmenu4 ul li{
display: inline;
}

.indentmenu4 ul li a{
float: left;
color: #3d3d3d; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #3d3d3d; /*charcoal divider between menu items*/
}

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

.indentmenu4 ul li a.selected{
color: #3d3d3d !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(/skin1/images/tabs/indentbg2.gif) center center repeat-x;
}

.indentmenu8{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
position: relative;
top: 180px;
}

.indentmenu8 ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #3d3d3d; /*charcoal border*/
background: black url(/skin1/images/tabs/indentbg.gif) center center repeat-x;
}

.indentmenu8 ul li{
display: inline;
}

.indentmenu8 ul li a{
float: left;
color: #3d3d3d; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #3d3d3d; /*charcoal divider between menu items*/
}

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

.indentmenu8 ul li a.selected{
color: #3d3d3d !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(/skin1/images/tabs/indentbg2.gif) center center repeat-x;
}

.indentmenumain{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenumain ul{
margin: 0;
padding: 0;
float: left;
/* width: 100%; width of menu*/
border-top: 1px solid navy; /*navy border*/
background: black url(/skin1/images/tabs/indentbg.gif) center center repeat-x;
}

.indentmenumain ul li{
display: inline;
}

.indentmenumain ul li a{
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

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

.indentmenumain ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(/skin1/images/tabs/indentbg2.gif) center center repeat-x;
}


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

.tabcontentmain{
display:inline;
}


