#mnu {
    width: 945px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	margin-left: 8px;
	padding-left: 20px;
	padding-bottom: 5px;
}
	 
#nav { 
	width: 495px;
	height: 48px;
	margin-left: 0px;
	padding: 0px;
	background: url(images/animated-nav.png) repeat-x;
	list-style: none;
	overflow: hidden
}

#nav li { 
	position: absolute;
	overflow: hidden;
	font-size: 1em;
	margin-left: 235px;
}

#nav li, #nav li * { height: 48px }
#nav a { display: block }
#nav em, #nav span { 
	display: block;
	position: absolute;
	top: 0; left: 0;
	z-index: 1;
	background: url(images/animated-nav.png) no-repeat; 
	cursor: pointer;
}

#nav span { display: none }

#n-home { left: 17px }
#n-home, #n-home * { width: 87px }
#n-home em { background-position: -23px 0px }
#n-home:hover em, #n-home span, #home #n-home em { background-position: -23px -49px }
#n-about { left: 105px }
#n-about, #n-about * { width: 112px }
#n-about em { background-position: -110px 0px }
#n-about:hover em, #n-about:active em, #n-about span, #about #n-about em { background-position: -110px -49px }
#n-games { left: 217px }
#n-games, #n-games * { width: 153px }
#n-games em { background-position: -227px 0 }
#n-games:hover em, #n-games span, #games #n-games em { background-position: -227px -49px }
#n-contact { left: 370px }
#n-contact, #n-contact * { width: 105px }
#n-contact em { background-position: -380px 0 }
#n-contact:hover em, #n-contact span, #contact #n-contact em { background-position: -380px -49px }

#nav .over { text-indent: -999em }
#nav .over em { background-image: none }
