/*===========================main Nav=========================*/
li.homeLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.homeLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/homeBtn.gif) no-repeat;
	cursor: pointer;
}
li.homeLink a:hover span  {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/homeBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.historyLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.historyLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/historyBtn.gif) no-repeat;
	cursor: pointer;
}
li.historyLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/historyBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.retailLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.retailLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/retailBtn.gif) no-repeat;
	cursor: pointer;
}
li.retailLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/retailBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.wholesaleLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.wholesaleLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/wholesaleBtn.gif) no-repeat;
	cursor: pointer;
}
li.wholesaleLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/wholesaleBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.cafeLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.cafeLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/cafeBtn.gif) no-repeat;
	cursor: pointer;
}
li.cafeLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/cafeBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.showsLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.showsLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/flowerShowsBtn.gif) no-repeat;
	cursor: pointer;
}
li.showsLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/flowerShowsBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.galleryLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.galleryLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/galleryBtn.gif) no-repeat;
	cursor: pointer;
}
li.galleryLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/galleryBtn_over.gif) no-repeat;
	cursor: pointer;
}
li.findusLink {
	position: relative;
	height: 28px;
	width: 197px;
}
li.findusLink span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/findusBtn.gif) no-repeat;
	cursor: pointer;
}
li.findusLink a:hover span {
	position: absolute;
	height: 100%;
	width: 100%;
	background: url(../images/findusBtn_over.gif) no-repeat;
	cursor: pointer;
}
.accessibility {
	   position: absolute;
       left: -999em;
       width: 990em;
   }
a.accessibility:active, a.accessibility:focus {
	left: 0em;
	width:10em;
	border: 3px solid #FF0000;
	background-color: #fff;
}
a:focus {
	background-color:#666666;
	color:#ffffff;
	}