.indentmenu{
font: bold 13px 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 #CFDAE7; /*darkred border*/
	border-left: 1px solid #CFDAE7;
	background-image: url(indentbg.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
	float: left;
	color: #333; /*text color*/
	padding: 3px 11px;
	text-decoration: none;
	border-right: 1px solid #CFDAE7; /*darkred divider between menu items*/
}
.indentmenu ul li a:hover {
	background-color: #F1F4F8;
}

.indentmenu ul li a:visited{
	color: #333;
}

.indentmenu ul li a.selected{
	color: #000 !important;
	padding-top: 4px; /*shift text down 1px*/
	padding-bottom: 2px;
	background-color: #FFF;
}
#petsdivcontainer {
	padding: 5px;
	float: left;
	height: 208px;
	width: 485px;
	margin-bottom: 18px;
	border: 1px solid #CFDAE7;
}

