#home
{
  display: block;
	float:left;
  width: 149px;
  height: 33px;
  background: url("images/home.jpg") no-repeat 0 -1px;
}

#home:hover, #home.live
{ 
  background-position: 0 -36px;
}

#home:active
{ 
  background-position: 0 -71px;
}

#home span
{
  display: none;
}

#coffees
{
  display: block;
	float:left;
  width: 121px;
  height: 33px;
  background: url("images/coffees.jpg") no-repeat 0 -1px;
}

#coffees:hover, #coffees.live
{ 
  background-position: 0 -36px;
}

#coffees:active
{ 
  background-position: 0 -71px;
}

#coffees span
{
  display: none;
}

#retail
{
  display: block;
	float:left;
  width: 175px;
  height: 33px;
  background: url("images/retail.jpg") no-repeat 0 -1px;
}

#retail:hover, #retail.live
{ 
  background-position: 0 -36px;
}

#retail:active
{ 
  background-position: 0 -71px;
}

#retail span
{
  display: none;
}

#wholesale
{
  display: block;
	float:left;
  width: 153px;
  height: 33px;
  background: url("images/wholesale.jpg") no-repeat 0 -1px;
}

#wholesale:hover, #wholesale.live
{ 
  background-position: 0 -36px;
}

#wholesale:active
{ 
  background-position: 0 -71px;
}

#wholesale span
{
  display: none;
}

#webstore
{
  display: block;
	float:left;
  width: 136px;
  height: 33px;
  background: url("images/webstore.jpg") no-repeat 0 -1px;
}

#webstore:hover, #webstore.live
{ 
  background-position: 0 -36px;
}

#webstore:active, 
{ 
  background-position: 0 -71px;
}

#webstore span
{
  display: none;
}

#about
{
  display: block;
	float:left;
  width: 116px;
  height: 33px;
  background: url("images/about.jpg") no-repeat 0 -1px;
}

#about:hover, #about.live
{ 
  background-position: 0 -36px;
}

#about:active
{ 
  background-position: 0 -71px;
}

#about span
{
  display: none;
}

#newsletter
{
  display: block;
  width: 250px;
  height: 80px;
  background: url("images/newslink.jpg") no-repeat 0 0px;
}

#newsletter:hover
{ 
  background-position: 0 -80px;
}

#newsletter:active
{ 
  background-position: 0 -80px;
}

#newsletter span
{
  display: none;
}

#newsletterb
{
  display: block;
  width: 190px;
  height: 70px;
  background: url("images/newslink2.jpg") no-repeat 0 0px;
}

#newsletterb:hover
{ 
  background-position: 0 -70px;
}

#newsletterb:active
{ 
  background-position: 0 -140px;
}

#newsletterb span
{
  display: none;
}


#shopping
{
  display: block;
  width: 250px;
  height: 80px;
  background: url("images/shoplink.jpg") no-repeat 0 0px;
}

#shopping:hover
{ 
  background-position: 0 -80px;
}

#shopping:active
{ 
  background-position: 0 -160px;
}

#shopping span
{
  display: none;
}


#signin
{
  display: block;
  width: 190px;
  height: 40px;
  background: url("images/signin.jpg") no-repeat 0 0px;
}

#signin:hover
{ 
  background-position: 0 -40px;
}

#signin:active
{ 
  background-position: 0 -80px;
}

#signin span
{
  display: none;
}

#slideshow {
    position:relative;
    height:350px;
		width:100%;
		margin-left:auto;
		margin-right:auto;
		text-align:center;
}

#slideshow IMG {
    position:absolute;
    top:0;
		left:12px;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}
