/*	Linkmen.css
*/

#linkmen {
	position: absolute;
	right:10px;
	top:50px;
	
	background-color:#fff;
	border:1px solid #000;
	padding: 5px 5px 5px 5px;
  display: none
	}
	
#linkmen {list-style-type: none;}
#linkmen ul {list-style-type: none;}
#linkmen h4 {
	margin-top: 2px;
	margin-bottom: 2px;
	font-size: 100%
}
#linkmenHeading {
	display:none
}

#linkmenDetails { display: none }

#linkfolders {
	position: absolute;
	right:210px;
	top:250px;
	background:#fff;
	border:1px solid #000;
	padding: 5px 5px 5px 5px;
  display: none
	}

#linkmenFolders {
	border:1px solid;
  display: none
	}	

#linkmenButtons {
  display: none
	}	

#linkhelp {
	position: absolute;
	right:10px;
	top:50px;
	width:550px;
	background:#fff;
	border:1px solid #000;
	padding: 5px 5px 5px 5px;
  display: none
	}
<!-- following apply only with #linkhelp -->
#linkhelp p {
	margin-top: 5px;
	margin-bottom: 5px;
}
#linkhelp h2 {
	margin-top: 2px;
	margin-bottom: 2px;
}
#linkhelp em {
	font-weight: normal;
	font-style: normal;
	color: darkred
	}
	
.botText {
	font-size: 70%;
	font-family: Verdana, sans-serif;
}

/* ---------------------------------- sheet 2 ---------------------------------- */

	.cssLinks {
		border:2px solid gainsboro;
		padding:0px;
		xbackground-color:lawngreen;
		margin:0;
	}
  .csitem {
		xbackground-color:lawngreen;
		padding:1px;
		padding-left:3px;
		border-bottom:1px solid gainsboro;
		height:140%;
  }
  .csitemEnd {
		xbackground-color:lawngreen;
		border-bottom:0px;
  }
  .csfld {
		font-size:100%;
		background-color:aliceblue;
  }
  .cslnk {
		font-size:100%;
		background-color:azure;
  }
  .menExpand {
  	width:12;
  }
  .menItem {
  	width:190px;
  }
  .menButton {
  	width:14
  }
  aa span {
  	display: none;
  }
  aa:link {
  	display:block;
  	width:12px;
  	background-image: url(Linkman/tr_closed-off.gif);
  	background-repeat: no-repeat;
  	background-position: top left;
  }
  .menExpand {
  	border:0;
  	width:10;
  	height:10;
  }
