.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	/* width: 80%; width of menu*/
	border-top: 1px solid #CCCCCC; /*darkred border*/
	border-left: 1px solid #CCCCCC;
	background: white url(../images/indentbg.gif) center center repeat-x;
	margin-left: 13px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #545454; /*text color*/
padding: 8px 8px;
text-decoration: none;
border-right: 1px solid #CCCCCC; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #545454;
}

.indentmenu ul li a.selected{
color: #861016 !important;
padding-top: 8px; /*shift text down 1px*/
padding-bottom: 8px;
background: white url(../images/indentbg2.gif) center center repeat-x;
}

#pettabs {
width:520px;
padding-top:50px;
margin-left:13px;
border-bottom:solid 1px #CCCCCC;
}

