

#pipe ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	font: .85em arial;
	color:  #555555;
	cursor: pointer;
	cursor: hand;
	font-weight: bold;
      
	background: #dddddd;

	}

#pipe ul li {
	margin-left: 0;
	padding: 3px 8px;
	border-left: 1px solid #888888;
	list-style: none;
	display: inline;
	}
	

#pipe ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
	}