/* Whoisleon.com */
.globalNav {
	width: 500px;
	height: 52px;
	position: absolute;
	left: 410px;
	top: 40px;
	background: none;
	z-index: 5;
	}


a.home, a.portfolio, a.contact {
	z-index: 25;
	width: 140px;
	height: 52px;
	margin: 0 10px;
	line-height: 52px;
	text-indent: -99999px;
	background: transparent no-repeat center top;
	display: block;
	float: left;
	cursor: default;
	}

.globalNav a.home {
	background-image: url(../images/nav_about.png);
	}


.globalNav a.portfolio {
	background-image: url(../images/nav_work.png);
}

.globalNav a.contact {
	background-image: url(../images/nav_contact.png);
}

a.home:hover, a.portfolio:hover, a.contact:hover, a.selected {
	background-position: center -55px;
		cursor: default;
}



