@charset "utf-8";
/* CSS Document */
/* navigation
==============================================================================*/
#nav {
	margin: 0 auto;
	height: 480px;
	list-style: none;
}
	
#nav li {
	float: left;
	height: 480px;
	width: 284px;
	}

#nav li a {
	display: block;
	width:284px;
	height: 480px;
	text-indent: -5000px;
	overflow: hidden;
	background-position: top;
	}
	
	#navBusiness {
		background: url(../images/splashPage/business.png) no-repeat;
		}
	#shadowbox3b_1 {
		background: url(../images/splashPage/us.png) no-repeat;
		}
	#navMemories {
		background: url(/images/splashPage/memories.png) no-repeat;
		}

#nav li a:hover {
	background-position: bottom;
	}