#navWrapper
{
	width: 241px;
	height: 215px;
	position: fixed;
	top: 190px;
	left: 800px;
	z-index: 100;
}

#navInner
{
	width: 100%;
	height: 100%;
	position: relative;
	background: transparent url('../_img/PostIt.png') 0 0 no-repeat;
}

#navInner a
{
	display: block;
	position: absolute;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

#navInner a:focus
{
	-moz-outline-style: none;
	outline: none !important;
}

#navInner a span.selected
{
	display: block;
	width: 100%;
	height: 100%;
	padding-right: 30px;
	background: transparent url('../_img/Tick.png') right 2px no-repeat;
}

a#navHome
{
	width: 62px;
	height: 20px;
	background: transparent url('../_img/NavHome.png') 0 0 no-repeat;
	top: 50px;
	left: 40px;
}

a#navHome:hover
{
	background-position: 0 -20px;
}

a#navPortfolio
{
	width: 90px;
	height: 23px;
	background: transparent url('../_img/NavPortfolio.png') 0 0 no-repeat;
	top: 80px;
	left: 35px;
}

a#navPortfolio:hover
{
	background-position: 0 -23px;
}

a#navContact
{
	width: 77px;
	height: 25px;
	background: transparent url('../_img/NavContact.png') 0 0 no-repeat;
	top: 110px;
	left: 30px;
}

a#navContact:hover
{
	background-position: 0 -25px;
}

#navInner a img.tooltip
{
	position: absolute;
	left: -180px;
	top: -10px;
	display: none;
}



