/* navigation CSS rollover adapted from mezzoblue.com. Dave Shea is very, very smart. */	
#nav ul {
	display:		block;
	position: 		relative;
	width:			230px;
	margin:			0;
	padding:		0;
}

#nav li {
	left:			0px;
	overflow:		hidden;
	text-indent:	-9000px;
	margin:			0;
	padding:		0;
	/* border:			1px solid #00f; */
}

	li.nav-home {
		top:		-45px;
	}
					li.nav-home a:link, li.nav-home a:visited {
						display:				block;
						width:					100px;
						height:					45px;
						background: 			url(../../images/nav/nav-home.gif) no-repeat 0 0;
					}
					li.nav-home a:hover {
						outline:				none;
						background: 			url(../../images/nav/nav-home.gif) no-repeat -100px 0;
					}
					.home li.nav-home a:link, .home li.nav-home a:visited {
						display:				block;
						width:					100px;
						height:					45px;
						background: 			url(../../images/nav/nav-home.gif) no-repeat 0 0;
					}

	li.nav-thecoalition {
		top:		0px;
	}
					li.nav-thecoalition a:link, li.nav-thecoalition a:visited {
						display:				block;
						width:					151px;
						height:					24px;
						background: 			url(../../images/nav/nav-thecoalition.gif) no-repeat 0 0;
					}
					li.nav-thecoalition a:hover {
						outline:				none;
						background: 			url(../../images/nav/nav-thecoalition.gif) no-repeat -200px 0;
					}
					.thecoalition li.nav-thecoalition a:link, .thecoalition li.nav-thecoalition a:visited {
						display:				block;
						width:					226px;
						height:					36px;
						background: 			url(../../images/nav/nav-thecoalition-large.gif) no-repeat 0 0;
					}
	li.nav-newsfeed {
		top:		25px;
	}
					li.nav-newsfeed a:link, li.nav-newsfeed a:visited {
						display:				block;
						width:					161px;
						height:					26px;
						background: 			url(../../images/nav/nav-newsfeed.gif) no-repeat 0 0;
					}
					li.nav-newsfeed a:hover {
						outline:				none;
						background: 			url(../../images/nav/nav-newsfeed.gif) no-repeat -200px 0;
					}
					.newsfeed li.nav-newsfeed a:link, .newsfeed li.nav-newsfeed a:visited {
						display:				block;
						width:					171px;
						height:					41px;
						background: 			url(../../images/nav/nav-newsfeed-large.gif) no-repeat 0 0;
					}

	li.nav-cine {
		top:		50px;
	}
					li.nav-cine a:link, li.nav-cine a:visited {
						display:				block;
						width:					58px;
						height:					29px;
						background: 			url(../../images/nav/nav-cine.gif) no-repeat 0 0;
					}
					li.nav-cine a:hover {
						outline: 				none;
						background: 			url(../../images/nav/nav-cine.gif) no-repeat -200px 0;
					}
					.cine li.nav-cine a:link, .cine li.nav-cine a:visited {
						display:				block;
						width:					87px;
						height:					52px;
						background: 			url(../../images/nav/nav-cine-large.gif) no-repeat 0 0;
					}
					
	li.nav-music {
		top:		79px;
	}
					li.nav-music a:link, li.nav-music a:visited {
						display:				block;
						width:					74px;
						height:					26px;
						background: 			url(../../images/nav/nav-music.gif) no-repeat 0 0;
					}
					li.nav-music a:hover {
						outline: 				none;
						background: 			url(../../images/nav/nav-music.gif) no-repeat -200px 0;
					}
					.music li.nav-music a:link, .music li.nav-music a:visited {
						display:				block;
						width:					120px;
						height:					44px;
						background: 			url(../../images/nav/nav-music-large.gif) no-repeat 0 0;
					}

	li.nav-awards {
		top:		105px;
	}
					li.nav-awards a:link, li.nav-awards a:visited {
						display:				block;
						width:					82px;
						height:					22px;
						background: 			url(../../images/nav/nav-awards.gif) no-repeat 0 0;
					}
					li.nav-awards a:hover {
						height:		22px;
						outline: 				none;
						background: 			url(../../images/nav/nav-awards.gif) no-repeat -200px 0;
					}
					.awards li.nav-awards a:link, .awards li.nav-awards a:visited {
						display:				block;
						width:					116px;
						height:					32px;
						background: 			url(../../images/nav/nav-awards-large.gif) no-repeat 0 0;
					}

	li.nav-press {
		top:		127px;
	}
					li.nav-press a:link, li.nav-press a:visited {
						display:				block;
						width:					67px;
						height:					20px;
						background: 			url(../../images/nav/nav-press.gif) no-repeat 0 0;
					}
					li.nav-press a:hover {
						outline: 				none;
						background: 			url(../../images/nav/nav-press.gif) no-repeat -200px 0;
					}
					.press li.nav-press a:link, .press li.nav-press a:visited {
						display:				block;
						width:					90px;
						height:					32px;
						background: 			url(../../images/nav/nav-press-large.gif) no-repeat 0 0;
					}

	li.nav-alphanet {
		top:		147px;
	}
					li.nav-alphanet a:link, li.nav-alphanet a:visited {
						display:				block;
						width:					151px;
						height:					24px;
						background: 			url(../../images/nav/nav-alphanet.gif) no-repeat 0 0;
					}
					li.nav-alphanet a:hover {
						outline: 				none;
						background: 			url(../../images/nav/nav-alphanet.gif) no-repeat -200px 0;
					}
					.alphanet li.nav-alphanet a:link, .alphanet li.nav-alphanet a:visited {
						display:				block;
						width:					226px;
						height:					36px;
						background: 			url(../../images/nav/nav-alphanet-large.gif) no-repeat 0 0;
					}

	li.nav-contact {
		top:		171px;
	}
					li.nav-contact a:link, li.nav-contact a:visited {
						display:				block;
						width:					89px;
						height:					20px;
						background: 			url(../../images/nav/nav-contact.gif) no-repeat 0 0;
					}
					li.nav-contact a:hover {
						outline: 				none;
						background: 			url(../../images/nav/nav-contact.gif) no-repeat -200px 0;
					}
					.contact li.nav-contact a:link, .contact li.nav-contact a:visited {
						display:				block;
						width:					161px;
						height:					39px;
						background: 			url(../../images/nav/nav-contact-large.gif) no-repeat 0 0;
					}