/* Common rules for navigational links. */

#heads a {
	position:absolute;
	margin-top:650px;
	display:block;
	height:120px;
	z-index:5;
	}

#heads a:hover {
	z-index:100;
	}

/* Next part helps with Opera and IE6 */

#heads span {
	display:none;
	}

/* Specific rules for each navigational sprite */

.christine a{
	margin-left:670px;
	width:45px;
	background:url(../img/christine.png) no-repeat;
	}

.evan a{
	margin-left:720px;
	width:45px;
	background:url(../img/evan.png) no-repeat;
	}

.lauren a{
	margin-left:770px;
	width:45px;
	background:url(../img/lauren.png) no-repeat;
	}

.shawn a{
	margin-left:820px;
	width:45px;
	background:url(../img/shawn.png) no-repeat;
	}
	
.schuyler a{
	margin-left:870px;
	width:45px;
	background:url(../img/schuyler.png) no-repeat;
	}
	
.larisa a{
	margin-left:920px;
	width:45px;
	background:url(../img/larisa.png) no-repeat;
	}
	
.map a{
	position:absolute;
	display:block;
	margin:122px 0px 0px 550px;
	width:435px;
	height:40px;
	z-index:100;
	}
	
.map span{
	display:none;
	}