#nav {
	margin: 0;
	padding: 0;
	height: 20px;
	list-style: none;
	display: inline;
	overflow: hidden;
}

#nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

#nav a {
	float: left;
	padding: 20px 0 0 34px;
	overflow: hidden;
	height: 0 !important;
	height: /**/:20px; /*for IE5/Win only */
}

#nav a:hover {
	background-position: center -20px;
}

#nav a:active, #nav a.selected {
	background-position: center -20px;
}

#taboutUs a {
	width: 40px;
	background: url(../images/navigation/aboutUs.gif) top center no-repeat;
}

#tdesign a {
	width: 50px;
	background: url(../images/navigation/design.gif) top center no-repeat;
}

#treputation a {
	width: 60px;
	background: url(../images/navigation/reputation.gif) top center no-repeat;
}

#tplanting a {
	width: 80px;
	background: url(../images/navigation/planting.gif) top center no-repeat;
}

#torchids a {
	width: 40px;
	background: url(../images/navigation/orchids.gif) top center no-repeat;
}

#tplantsPots a {
	width: 80px;
	background: url(../images/navigation/plantsPots.gif) top center no-repeat;
}
#tstore a {
	width: 15px;
	background: url(../images/navigation/store.gif) top center no-repeat;
}

#tchristmas a {
	width: 49px;
	background: url(../images/navigation/christmas.gif) top center no-repeat;
}

#tcontact a {
	width: 32px;
	background: url(../images/navigation/contact.gif) top center no-repeat;
}
#tgallery a {
	width: 33px;
	background: url(../images/navigation/gallery.gif) top center no-repeat;
}
