
.indentmenu{
font: 12px/normal Century Gothic,"Century Gothic",Geneva,Arial,Helvetica,sans-serif;
width: 400px; /*leave this value as is in most cases*/
overflow:hidden;
	background:url(navigation-bg.gif) repeat-x;
	padding:8px 0 0 0px;
}


.indentmenu ul li{
    float:left;
	margin-right:5px;
	margin-left: 2px;
	display: inline;
}

.indentmenu li a{
    float:left;
	overflow:hidden;
	background:url(navigation-link-bg.gif) repeat-x;
	color:#ebebeb;
	text-decoration:none;
}
.indentmenu li a span{
	float:left;
	overflow:hidden;
	background:url(navigation-left.gif) no-repeat;
}
.indentmenu li a em{
	float:left;
	overflow:hidden;
	background:url(navigation-right.gif) no-repeat 100% 0;
	font-style:normal;
}
.indentmenu li a strong{
	float:left;
	overflow:hidden;
	height:38px;
	padding:0 20px;
	line-height:38px;
	cursor:pointer;
}
.indentmenu li a.selected span{background-position:0 100%;}
.indentmenu li a.selected em{background-position:100% 100%;}
.indentmenu li a.selected strong{background:url(navigation-top.gif) no-repeat 50% 0;}
.indentmenu ul li a.selected{
color: #000; !important;
background-position:0 100%;
}


.tabcontent{
     background-color:#e8e8e8;
     color: #000;
	 text-align: justify;
}

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