
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	font: bold 12px Arial;
	width: 100%;
}

.indentmenu ul{
	background: black url(../images/indentbg.gif) 0 70% repeat;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a{
float: left;
color:#D20016;
padding: 5px 18px 2px 18px;
text-decoration: none;
border-right: 1px solid #FFDFA4; /*navy divider between menu items*/
	background: black url(../images/indentbg.gif) 0 70% repeat;
}

.indentmenu ul li a:visited{
}

.indentmenu ul li a.selected{
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 2px;
background: white;
color:#505050;
cursor:default;
}

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}

/* style 2 */

.indentmenu2{
	font: normal 12px Arial;
	width: 100%;
}

.indentmenu2 ul{
	background: url(../images/indentbg31.gif) 0 70% repeat-x;
	height:30px;
}

.indentmenu2 ul li{
	display: inline;
}

.indentmenu2 ul li a{
float: left;
color:#094D96;
padding: 6px 18px 2px 18px;
height:22px;
text-decoration: none;
border-left: 1px solid #A9CBF1; /*navy divider between menu items*/
background: url(../images/indentbg31.gif) 0 70% repeat-x;
}

.indentmenu2 ul li a:visited{
}

.indentmenu2 ul li a.selected{
padding-top: 5px; /*shift text down 1px*/
padding-bottom: 2px;
background: white;
color:#094D96;
cursor:default;
}

