#linklokorders {
	height: 400px;
	width: 600px;
	border: solid black 1px;
	overflow-y: auto;
	overflow-x: auto;
	margin-left: 0px;
	margin-top: 10px;
	padding: 5px;
}

.treemenu {
	margin : 0px 0px;
	padding : 10px;
	list-style : none;	
	background-color : white;
	border : none;
	width : 550px;
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.treemenu LI {
	display : block;
	padding-left : 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.treemenu A{
	display : block;
	padding-left : 12px;
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.treemenu a:hover{
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

A.downloadlink {
  display: inline;
	padding-left : 0px;
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

a.downloadlink:hover {
	text-decoration : underline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: black;
}

.treemenu .treeopen {
	background-image : url('open.gif');
	background-repeat : no-repeat;
	background-position : left;
}		

.treemenu .treeclosed {
	background-image : url('http://www.embroideryavenue.com/slpw/plugin_linklokorders/closed.gif');
	background-repeat : no-repeat;
	background-position : left;
}