.invisible {
	display: none;
}
/* round navigation - apply redundat styles for NS 8 */

/* %%%%%% Stores */
a#stores {
    display: block;
    width: 88px;
    height: 86px;
    background-image: url(../art/b_stores_donations_all.gif);
    background-position: 0 0;
    margin: 0 auto;
	position:absolute;
	top: 0px;
	left: 0px;
}
a#stores:hover {
    background-position: -88px 0;
}
/*a#stores:active {
    background-position: 0 -15px;
}
a#stores:visited {
    background-position: 0 -15px;
}*/

/* %%%%%% Employment + Training */
a#employment {
    display: block;
    width: 88px;
    height: 86px;
    background-image: url(../art/b_employment_training_all.gif);
    background-position: 0 0;
    margin: 0 auto;
	position:absolute;
	top: 0px;
	left: 93px;
}
a#employment:hover {
    background-position: -88px 0;
}
/*a#employment:active {
    background-position: 0 -15px;
}
a#employment:visited {
    background-position: 0 -15px;
}*/

/* %%%%%% Programs + Services */
a#programs {
    display: block;
    width: 88px;
    height: 86px;
    background-image: url(../art/b_programs_services_all.gif);
    background-position: 0 0;
    margin: 0 auto;
	position:absolute;
	top: 0px;
	left: 186px;
}
a#programs:hover {
    background-position: -88px 0;
}
/*a#programs:active {
    background-position: 0 -15px;
}
a#programs:visited {
    background-position: 0 -15px;
}*/

/* %%%%%% Temporary Employment */
a#temporary {
    display: block;
    width: 88px;
    height: 86px;
    background-image: url(../art/b_temp_employ_all.gif);
    background-position: 0 0;
    margin: 0 auto;
	position:absolute;
	top: 0px;
	left: 279px;
}
a#temporary:hover {
    background-position: -88px 0;
}
/*a#temporary:active {
    background-position: 0 -15px;
}
a#temporary:visited {
    background-position: 0 -15px;
}*/

/* %%%%%% About Us */
a#about {
    display: block;
    width: 88px;
    height: 86px;
    background-image: url(../art/b_about_us_all.gif);
    background-position: 0 0;
    margin: 0 auto;
	position:absolute;
	top: 0px;
	left: 372px;
}
a#about:hover {
    background-position: -88px 0;
}
/*a#about:active {
    background-position: 0 -15px;
}
a#about:visited {
    background-position: 0 -15px;
}*/

/* %%%%%% On States */
body.storesOperationsSec a#stores {
	background-position: -88px 0;
}
body.employmentTrainingSec a#employment {
	background-position: -88px 0;
}
body.programsServicesSec a#programs {
	background-position: -88px 0;
}
body.tempEmploymentSec a#temporary {
	background-position: -88px 0;
}
body.aboutUsSec a#about {
	background-position: -88px 0;
}
