#nav{
	background			:	url(../../images/backgrounds/nav_bg.png) no-repeat ;
	_background-image	: 		none;
	_filter				:		progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/backgrounds/nav_bg.png',sizingMethod='crop');
	height				:	217px;
	width				:	291px;
	margin				:	0 0 0 30px;
	padding				:	0 0 0 0;
}
#nav ul{
	margin				:	0 0 0 0;
	padding				:	0;
	position			:	relative;


}
#nav ul li{
	margin				:	0 0 0 10px;
	padding				:	0;
	list-style-type		:	none;
	width				: 	270px;
}
#nav a{
	height				: 	42px; 
	display				: 	block;
}
#nav_aboutus a {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px 8px;
	
}
#nav_aboutus a:hover {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -28px ;
}
#nav_maledogs a {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -66px;
}
#nav_maledogs a:hover {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -102px;
}
#nav_femaledogs a {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -140px;
}
#nav_femaledogs a:hover {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -176px;
}
#nav_pups a {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -214px;
}
#nav_pups a:hover {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -250px;
}
#nav_working a {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -288px;
}
#nav_working a:hover {
    background			:	url(../../images/backgrounds/all_nav.png) no-repeat 10px -324px;
}	

#hs ul{
	margin				:	0 0 0 0;
	padding				:	0;
	position			:	relative;
	height				:	139px;
}

#hs ul li{
	margin				:	0 0 0 0;
	padding				:	0 0 0 25px;
	list-style-type		:	none;
	width				: 	30px;
	float				:	left;
}
#hs ul li a{
	margin				:	0 0 0 0;
	padding				:	0;
	height				:	137px;
	display				: 	block;
}
#link_home a {
    background			:	url(../../images/backgrounds/hs.png) no-repeat 0 0;
}
#link_home a:hover {
    background			:	url(../../images/backgrounds/hs.png) no-repeat -79px 0px;
}
#link_contact a {
    background			:	url(../../images/backgrounds/hs.png) no-repeat -50px 0;
}
#link_contact a:hover {
    background			:	url(../../images/backgrounds/hs.png) no-repeat -129px 0px;
}

