#topNav {

	width: 950px;
	height: 59px;
	margin-top: -15px;
	position: relative;
	z-index: 50;

}

#topNav ul {

	list-style: none;
	margin: 0 0 0 24px;
	padding: 0;
	width: 872px;
	height: 59px;
	background: url("images/nav_bg.png") top left repeat-x;
	padding: 0 0 0 30px;

}

#topNav ul li {

	display: inline;
	float: left;
	background: #0e7780 url("images/tab_right.png") bottom right no-repeat;
	padding-right: 8px;
	margin: 0 8px;

}

#topNav ul li a {

	display: block;
	height: 55px;
	background: #0e7780 url("images/tab.png") bottom left no-repeat;
	color: #fff;
	text-align: center;
	text-decoration: none;
	font-size: 16px;

}

#topNav ul li a span {

	display: block;
	padding: 0 0 0 10px;
	position: relative;
	top: 20px;

}

#topNav #navRight {

	float: right;
	width: 24px;
	height: 59px;
	background: url("images/nav_right.png") top right no-repeat;

}

#topNav #navLeft {

	float: left;
	width: 24px;
	height: 59px;
	background: url("images/nav_left.png") top right no-repeat;

}

#headerPhotos {

	position: absolute;
	z-index: 50;
	width: 363px;
	height: 282px;
	margin-left: 587px;

}

#headerPhotos img {

	display: none;

}

#headerPhotos img:first-child {

	display: block;

}

#gemMine {

	display: none;

}