/*NAV UL */

#nav {
	top: 80px;
	left: 150px;
	width: 490px;
	height: 330px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	background: url(../images/home/logo.jpg) no-repeat;
	}


#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}



/* LISTEN */



#listen a  {
	position: absolute;
	width: 280px;
	height: 50px;
	top: 180px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	display: block;
	background: url(../images/home/listen.gif) no-repeat;
	}
	
#listen a:hover {
	background-position: -280px 0px;
	}



/* EXPERIMENTS
*/



#experiment a {
	width: 200px;
	height: 50px;
	top: 180px;
	left: 290px;
	position: absolute;
	display: block;
	background: url(../images/home/experiment.gif) no-repeat -5px 0px;
	}

#experiment a:hover {
	background-position: -205px 0px;
	}
	


/* NEWS AND STUFF
*/



#news a {
	width: 190px;
	height: 52px;
	display: block;
	top: 230px;
	left: 30px;
	position: absolute;
	background: url(../images/home/news.gif) no-repeat;
	}	

#news a:hover {
	background-position: -200px 0px;
	}	
	
/* AOC */



#aoc a {
	width: 250px;
	height: 44px;
	top: 240px;
	left: 250px;
	position: absolute;
	display: block;
	background: url(../images/home/aoc.gif) no-repeat;
	}	
	
#aoc a:hover {
	background-position: -300px 0px;
	}


/* BEERIAL AWARDS
*/



#beerial a {
	width: 250px;
	height: 44px;
	top: 282px;
	left: 0px;
	position: absolute;
	display: block;
	background: url(../images/home/beerial.gif) no-repeat;
	}
	
#beerial a:hover {
	background-position: -280px 0px;
	}



/* CONTACT
*/



#contact a {
	width: 130px;
	height: 44px;
	top: 282px;
	left: 340px;
	position: absolute;
	display: block;
	background: url(../images/home/contact.gif) no-repeat;
	}	
	
#contact a:hover {
	background-position: -130px 0px;
	}
	


