.indentmenu{
margin:0;
width: 100%; /*leave this value as is in most cases*/
background:#fff;
border:0px solid #bbb;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left; /*navy border*/
	background: #fff;
}

.indentmenu ul li{
	display: inline;
}

.indentmenu ul li a {
float: left;
width:130px;
color: white; /*text color*/
background:url(../images/graphics/tab_unselected.jpg);
padding: 5px 10px;
margin-right:2px;
text-decoration: none;
border-right: 0px solid #bbb; /*navy divider between menu items*/
font-weight:bold;
font-size:13px;
}

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

.indentmenu ul li a.selected{
color:#fff; !important;
padding-top: 6px; /*shift text down 1px*/

background:url(../images/graphics/tab_selected.jpg);
}


.tabcontentstyle{ /*style of tab content oontainer*/
margin-bottom: 1em;
color: #333333;
text-decoration: none;

}

.tabcontent{
	display:none;
	color: #333333;
	text-decoration: none;
	height:500px;
	overflow:auto;
	border: 0px solid #eee;
	padding: 10px;
	text-align:justify
	
}
. tabcontent p {
	font-size:13px;
}
.tabcontent_products {
	display:none;
	color: #333333;
	text-decoration: none;
	height:240px;
	overflow:auto;
	border: 0px solid #eee;
	padding: 10px;
	text-align:justify
	
}
. tabcontent_products p {
	font-size:13px;
}

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