/* @override 
	http://127.0.0.1/derrys/splash/splash.css
	http://beta.derrys.com/splash/splash.css
*/

body {
	background: #000 url(spalsh_bg.jpg) no-repeat center 380px;
}

a,
a:hover {
	outline: none;
}

ul li {
 display: inline
}

ul#splash_nav {
	width: 1030px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 45px;
	height: 230px;
	padding: 0;
}

ul#splash_nav li {
	margin: 0 0 0 -30px;
	padding: 0;
}

#nav_1,
#nav_2,
#nav_3 {
	list-style-type: none;
}

#nav_1 span,
#nav_2 span,
#nav_3 span {
	display: none;
}

#nav_1 a,
#nav_2 a,
#nav_3 a {
	float: left;
	list-style-type: none;
	width: 360px;
	height: 354px;
	background: transparent url(spalsh_nav.jpg) no-repeat 0;
	padding: 0;
	margin: 0;
}

#nav_1 a {
	background: transparent url(spalsh_nav.jpg) no-repeat 0 -20px;
}

#nav_1 a:hover {
	background: transparent url(spalsh_nav.jpg) no-repeat 0 -373px;
}

#nav_2 a {
	background: transparent url(spalsh_nav.jpg) no-repeat -372px -20px;
	width: 315px;
}

#nav_2 a:hover {
	background: transparent url(spalsh_nav.jpg) no-repeat -372px -373px;
	width: 315px;
}

#nav_3 a {
	background: transparent url(spalsh_nav.jpg) no-repeat -687px -20px;
	width: 340px;
}

#nav_3 a:hover {
	background: transparent url(spalsh_nav.jpg) no-repeat -687px -373px;
	width: 340px;
}