#pettabs {
	
}
.indentmenu{
	font: bold 11px Geneva, Arial, Helvetica, sans-serif;
	width: 100%; /*leave this value as is in most cases*/
	margin:0;
	padding:0;
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	background:#fff;
}

.indentmenu ul li{
	display: inline;
	margin:0;
	padding:3px 0;
	background: #333;
	float:left;
}

.indentmenu ul li a {
	
	color: white; /*text color*/
	padding: 3px 7px;
	text-decoration: none;
	border-right: 1px solid #fff; /*divider between menu items*/
}

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

.indentmenu ul li a.selected{
color: white !important;
background: #EF2E23 url(indentbg2.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
	border: 1px solid #999999;
	width: 285px;
	padding: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
}

.tabcontent{
	display:none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	text-decoration: none;
	border: 1px solid #cccccc;
	text-align:center;
	height:305px;
}

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