.indentmenu{
font: bold 13px Arial;
width: 788px; /*leave this value as is in most cases*/
height: 22px;
background: url(../images/feature_bar.jpg) repeat-x;
text-align:center;
margin-top:2px;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 0px solid darkred; /*darkred border*/
background: black url(../images/indentbg.gif) center center repeat-x;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 0px 11px;
text-decoration: none;
border-right: 0px solid darkred; /*darkred divider between menu items*/
}
.indentmenu ul li a:visited{
color: black;
}
.indentmenu ul li a.selected{
color: black !important;
padding-top: 0px; /*shift text down 1px*/
padding-bottom: 0px;
width:266px;
height:21px;
webackground: black url(../images/tab-1-off.jpg) center center repeat-x;
}
#tabhilight_1, #tabhilight_2, #tabhilight_3 {
cursor: pointer;
border: 0;
}
.table-content {
width: 100%;
color: #222;
text-decoration: none;
}
.table-content .headtext {
color: #06c;
font-weight: bold;
}
#petsdivcontainer {
	border: 1px solid #ccc;
	width:776px;
	min-height: 240px;
	height: auto !important;
	height: 240px;
	padding-top:20px;
	padding-bottom:20px;
	padding-left:5px;
	padding-right:5px;
	/*background: url(../images/feature_bg1.gif);*/
	background: #e2e6ea;
	margin-bottom: 5px;
}
#petsdivcontainer a:hover { text-decoration: none; }
#petsdivcontainer .table-content a:hover span.headtext { color: #09f; }
