/* =SUBNAV
----------------------------------------------- */
.homeandgardensubnav {
	text-align: center;
	position: relative;
	width: 120px;
	left: 190px;
	display: block;
	height: 17px;
	list-style: none;
	line-height: 5px;
	margin: 0px; 
	padding: 10px 0px 0px 0px;
	background-color: #666666;
}

.homeandgardensubnav li {
	display: inline;
}

.homeandgardensubnav li a {
	color: #ffffff;
	text-decoration: none;	
}

.homeandgardensubnav li a:hover {
	color: #fdb827;
	text-decoration: none;	
}

.homeandgardenfooter {
	background-image: url(../images/HomeandGardenFooter.gif);
}


