.nav-vert {
	float: left;
	margin:0;
	padding:0;
}

.nav-vert ul {
	list-style-type: none;
	margin:0;
	padding:0;
	margin-top: 5px;
	margin-right: 5px;	/* space to right of menu box */
	width: 175px; 			/* width of menu box */
	font-size: 10px;
} 

.nav-vert ul li{
	background: url(../images/bg-leftnav.png) #fff repeat-x 0px 0px;
	height: 20px;
	display: block;
	padding-left: 5px;	/* indent from left edge of menu box */
	padding-top: 5px;	/* indent from left edge of menu box */
}

.nav-vert ul li.head{
	font-weight: bold;
	font-size: 11px;
}

.nav-vert ul li.select{
	background: url(../images/bg-leftnav-on.png) #fff repeat-x 0px 0px;
}

.nav-vert ul li.bottom{
	background: url(../images/leftnav-bottom.png) #fff repeat-x 0px 0px;
	height: 24px;
}
  
.nav-vert a {
     text-decoration: none;
     color: #555a5e;
	 margin-left:10px;
}

.nav-vert a:hover {
     text-decoration: none;
     color: #ec8e1f;
}