.top-cap {
	background:url(../images/nav/nav_top_cap.png) no-repeat;
	width:176px;
	height:175px;
}
.middle {
	background:url(../images/nav/wood_background.png) no-repeat;
	width:176px;
	/*height:93px;*/
	margin-top: -24px;
}
.bottom-step {
	background:url(../images/nav/nav_bottom_step.png) no-repeat;
	width:176px;
	height:75px;
	margin-top: -53px;
}
li {
	list-style-type: none;
	list-style-position: inside;
}
#nav-pins, #nav-items {
	position: absolute;
	top: 136px;
}
#nav-items ul {
	margin-top: 0px;
	margin-left:18px;
}
#nav-items ul li {
	background: url( ../images/nav/nav-item-background.png ) no-repeat;
	width: 141px;
	height: 35px;
}
#nav-pins {
	z-index: -999;
}
#nav-pins ul {
	margin-top: 0px;
}
#nav-pins ul li {
	background: url( ../images/nav/nav-item-pin.png ) no-repeat;
	width: 176px;
	height: 35px;
}
a.nav-item {
	background: url( ../images/nav/nav-items-sprite.png ) no-repeat;
	width: 141px;
	height: 35px;
	display: block;
	text-indent: -999em;
}