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


.indentmenu{
font: bold 11px Arial;
color:#000000;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
font: bold 11px Arial;
margin: 0;
padding: 0;
float: left;
width: 100%;
/* width: 80%; width of menu*/
border-top: 1px solid navy; /*navy border*/
border-bottom: 1px solid navy; /*navy border*/
background: black url(../images/indentbg.gif) center repeat-x;
}

.indentmenu ul li{
display:inline;
padding: 0;
margin: 0;
}

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

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

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

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


.tabcontentstyle{ /*style of tab content container*/
border: 1px solid gray;
width: 800px;
margin-bottom: 1em;
}

.tabcontent{
display:none;
}

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

a,
a:link,
a:active,
a:visited {
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:none;
	font-weight: bold;
	color:#000000;
}