#nav ul, #nav li {
	margin: 0;
	padding: 0;
	list-style: none;
}

#nav li {
	background: url('/images/layout/navbar_separator.gif') bottom right no-repeat;
	display: block;
}

#nav li a {
	color: #fff;
	text-decoration: none;
	display: block;
	background: transparent;
	padding: 4px 4px 5px 10px;
	min-height: 1%; /* force hasLayout on IE7 */
}

* html #nav li, * html #nav li a {
	height: 1%; /* Holly hack to fix list errors in IE5.5/6 */
}

#nav li a:hover {
	color: #ebc;
	background: url('/images/layout/nav_over.gif') center right no-repeat;
}

#photo_gallery {
	width: 133px;
	height: 192px;
	background: url('/images/layout/photo_gallery.jpg') top left no-repeat;
	text-decoration: none;
	display: block;
	margin: 20px auto 0;
}

a#photo_gallery:hover {
	background-position: top right;
}