@charset "UTF-8";
/* CSS Document */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	z-index: 50;
}

#nav a {
	display: block;
	color: #003399;
	text-decoration: none;
}

#nav a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}
#nav li ul	{
	border-top: 1px solid #666666;
}

#nav li {
	float: left;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 152px;
	font-weight: normal;
	margin: 0;
	top: 20px;
	filter:alpha(opacity=90);
	-moz-opacity:0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}

#nav li li {
	width: 150px;
	border-left: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
}

#nav li ul a {
	width: 130px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #ffffff;
	color: #666666;
	font-size: 10px;
	font-weight:bold;
	line-height: 13px;
	padding-top: 3px;
	padding-bottom: 3px;
}


#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li ul li:hover, #nav li ul li.sfhover,#nav li ul li:hover a:hover, #nav li ul li.sfhover a:hover {
	color:#ffffff;
	background-color: #999999;
}

#About	{
	background-image:url(../images/nav_about.png);
	background-repeat:no-repeat;
	width: 50px;
	height: 20px;
}
#About:hover,	#About.sfhover{
	background-image:url(../images/nav_about_over.png);
}
#Services	{
	background-image:url(../images/nav_services.png);
	background-repeat:no-repeat;
	width: 62px;
	height: 20px;
}
#Services:hover,	#Services.sfhover{
	background-image:url(../images/nav_services_over.png);
}
#News	{
	background-image:url(../images/nav_news.png);
	background-repeat:no-repeat;
	width: 43px;
	height: 20px;
}
#News:hover,	#News.sfhover{
	background-image:url(../images/nav_news_over.png);
}
#For_the_Love_of_Dogs	{
	background-image:url(../images/nav_ftlod.png);
	background-repeat:no-repeat;
	width: 128px;
	height: 20px;
}
#For_the_Love_of_Dogs:hover,	#For_the_Love_of_Dogs.sfhover{
	background-image:url(../images/nav_ftlod_over.png);
}
#Shop	{
	background-image:url(../images/nav_shop.png);
	background-repeat:no-repeat;
	width: 43px;
	height: 20px;
}
#Shop:hover,	#Shop.sfhover{
	background-image:url(../images/nav_shop_over.png);
}
#Affiliate_Services	{
	background-image:url(../images/nav_affiliate.png);
	background-repeat:no-repeat;
	width: 107px;
	height: 20px;
}
#Affiliate_Services:hover,	#Affiliate_Services.sfhover{
	background-image:url(../images/nav_affiliate_over.png);
}


