/* ===================== Navigation Menu ============================ */
#navigation {
	display: block;
	width: 512px;
	height: 45px;
	background: #000;
	position: relative;
}
#navigation * {
	margin: 0;
	padding:0;
}
#navigation a, #navigation div {
	float: left;
	display: block;
	height: 45px;
	border: none;
}
.menu_divider {
	background: url(../images/menu_divider.gif);
	width:1px;
}
#nav_home a:hover {
	background: url(../images/nav_home_on.gif) !important;
}
#nav_bio a:hover {
	background: url(../images/nav_bio_on.gif) !important;
}
#nav_credits a:hover {
	background: url(../images/nav_credits_on.gif) !important;
}
#nav_fb a:hover {
	background: url(../images/nav_fb_on.gif) !important;
}
#nav_contact a:hover {
	background: url(../images/nav_contact_on.gif) !important;
}
#preload img {
	margin-left:-3000px;
	height: 1px;
	width: 1px;
}
/*#test {
	display: block;
	background: url(../images/nav_credits.gif) !important;
}
#test a {
	display: block;
	width: 100px;
	height: 45px;
}
#test a:hover {
	background: url(../images/nav_credits_on.gif) !important;
}
*/
