@charset "utf-8";
/* CSS Document */


.NavPadding{
	padding: 5px 0px 0px 5px;
	}



#Nav {
	float: none;
	clear: both;
	height: 372px;
	width: 161px;
	border: 2px solid #C572B0;
	margin: 14px 0px 0px 14px;
}
#NavColumn p {
	padding: 10px 0px 0px 10px;
	color: #7E326B;
	font-weight: bold;
	font-size: 11px;
}

#NavColumn {
	width: 179px;
	height: auto;
}


#Nav ul a{
	float:left;
	clear:both;
	list-style:none;
	
}

#Nav ul li {
clear:both;
	float:left;
	list-style:none;
}




#Staff a{
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 47px;
	width: 155px;
	background-position: 0px 0px;
}

#Staff a:hover{ background-position: -155px 0px; }

#Staff ul li a, #Staff ul li a:hover{background-image: none; height: 100%;}



#Services a{
background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 155px;
	background-position: 0px -47px;

}
	

#Services a:hover{ background-position: -155px -47px; }

#Services ul li a,#Services ul li a:hover{
	background-image: none;
	height: 100%;
}

#Products a{
background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 155px;
	background-position: 0px -92px;

}

#Products a:hover{ background-position: -155px -92px;}


#Promos a{
background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 155px;
	background-position: 0px -137px;

}

#Promos a:hover{ background-position: -155px -137px; }

#ClientForms a{
background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 155px;
	background-position: 0px -182px;

}

#ClientForms a:hover{ background-position: -155px -182px;}


#Links a{
background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 155px;
	background-position: 0px -227px;
	
}

#Links a:hover{ background-position: -155px -227px;}


#PetResort a{
background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 44px;
	width: 155px;
	background-position: 0px -274px;

}

#PetResort a:hover{ background-position: -155px -274px;}

#Contact a{
	background-image: url(images/nav.gif);
	background-repeat: no-repeat;
	height: 40px;
	width: 155px;
	background-position: 0px -319px;
	
}

#Contact a:hover{
	background-position: -155px -319px;
	overflow: hidden;
	height: 40px;
}

#Contact ul li a, #Contact ul li a:hover{background-image: none;}
