#bend_nav{width:608px; height:60px; background:url(../images/nav_bg.png) no-repeat; padding:0; position: relative;}
#bend_nav li{margin: 0; padding: 0; list-style: none; display: block; position: absolute;}
#bend_nav a{height:60px; display: block;}


#home{
	left: 0px;
	width:80px;
}
#news{
	left: 80px;
	width:62px;
}
#press{
	left: 142px;
	width:70px;
}
#campaigns{
	left: 212px;
	width:109px;
}
#collections{
	left: 321px;
	width:118px;
}
#stores{
	left: 439px;
	width:81px;
}
#contact{
	left: 520px;
	width:88px;
}

#home a:hover{background:url(../images/nav_bg.png) 0px -60px no-repeat;}
#news a:hover{background:url(../images/nav_bg.png) -80px -60px no-repeat;}
#press a:hover{background:url(../images/nav_bg.png) -142px -60px no-repeat;}
#campaigns a:hover{background:url(../images/nav_bg.png) -212px -60px no-repeat;}
#collections a:hover{background:url(../images/nav_bg.png) -321px -60px no-repeat;}
#stores a:hover{background:url(../images/nav_bg.png) -439px -60px no-repeat;}
#contact a:hover{background:url(../images/nav_bg.png) -520px -60px no-repeat;}

#home a.active{background:url(../images/nav_bg.png) 0px -120px no-repeat;}
#news a.active{background:url(../images/nav_bg.png) -80px -120px no-repeat;}
#press a.active{background:url(../images/nav_bg.png) -142px -120px no-repeat;}
#campaigns a.active{background:url(../images/nav_bg.png) -212px -120px no-repeat;}
#collections a.active{background:url(../images/nav_bg.png) -321px -120px no-repeat;}
#stores a.active{background:url(../images/nav_bg.png) -439px -120px no-repeat;}
#contact a.active{background:url(../images/nav_bg.png) -520px -120px no-repeat;}

