#nav {
	top: 96px;
}

/* start navigation panel -------------------------------------------------- */
#navLinks ul {
	padding-top: 16px;
	width: 198px;
	height: 156px;
	list-style-type: none;
	background-color: black;
}
#navLinks ul li {
	margin-bottom: 1px;
}
/* FOR FIREFOX; IGNORED BY SAFARI */
/* must use <html lang="en"> at the top of html page (after doc type) for this to work */
HTML:lang(en)>body #navLinks ul li {
	margin-bottom: 0;
}
#navLinks ul li a {
	font-family: arial, helvetica, sans-serif, verdana;
	font-size: 1.5em;
	background-color: #333333;
	color: white;
	text-decoration: none;
}
#navLinks ul li a:hover {
	background-color: red;
}

#slidingMenu {
	position: absolute;
	top: 0;
	right: 0;
}

#imgNav {
	position: absolute;
	right: 40px;
	bottom: 38px;
}
/* end navigation panel --------------------------------------------------------- */