div#left {
	width: 178px;
	float: left;
	height: 576px;
	background: url('../images/back/nav-top.png') top no-repeat ;
}

#left ul {
  position: relative;
	top: 125px;
	background: url('../images/nav/nav-repeat.png') top repeat-y;
}

#left ul.menu li{
	height: 54px;
	line-height: 54px;
	background: url('../images/nav/label-bottom.png') bottom repeat-x;
}

#left ul.menu li a {
	color: white;
	display: block;
	text-decoration: none;
	z-index: 1;
}

#left-bottom {
	position: relative;
	top: 119px;
	*top: 118px;
	height: 121px;
	background: url('../images/back/nav-bottom.png') top no-repeat;
}

div#left ul.menu li {
	font-size: .9em;
	font-weight: bold;
	padding-bottom: .5em;
	padding-right: 1em;
	
}

div#left ul.menu li p {

	margin: 0;
	padding: 0;
}

div#left ul.menu li a {
	padding-left: 4em;
	margin-left: 3px;
	text-decoration: none;
}

p.active {
	position: relative;
	z-index: 3001;
	background: url('../images/nav/arrow.png') 20px 14px no-repeat;
}