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

.indentmenu{
font: bold 16px Trebuchet MS;
width: 964px; /*leave this value as is in most cases*/
text-align:center;
}

.indentmenu ul{
margin: 0px;
padding: 0px;
float:left;
/* width: 80%; width of menu*/
text-align:center;
cursor:pointer;
}

.indentmenu ul li{
	display: inline;
	color: #7a003c !important;
	float:left;
	width:241px;
	text-align:center;
	background-image:  url('../images/home/tab.gif');
	background-repeat:no-repeat;
	background-position: bottom;
	cursor:pointer;
	height: 38px;
}

.indentmenu ul li a{
	color: #7a003c !important;
	padding: 0px;
	margin:0px;
	text-align:center;
	cursor:pointer;
	/*background-image: url('../images/home/tab.gif');
	background-repeat:no-repeat;
	background-position: bottom;*/
}

.indentmenu ul li a:visited{
float:left;
color: #7a003c !important;
width:241px;
padding:0px;
margin:0px;
text-align:center;
cursor:pointer;
}

.indentmenu ul li a.selected{
	float:left;
	color: #7a003c !important;
	width:241px;
	padding:0px;
	margin:0px;
	background-image: url('../images/home/tab-mouse-over.jpg');
	background-repeat:no-repeat;
	border:solid 0px red;
	text-align:center;
	cursor:pointer;
	height: 38px;
}
.indentmenu ul li.homeTabDivider
 {
 	background-image:url('../images/home/tab-divider.jpg');background-repeat:no-repeat;height:42px;width:1px;float:left;overflow:hidden;
 }

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 0px;
}
.tabcontent{
width: 964px;
display:none;
padding:0px;
margin:0px;line-height:1.7;
}

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