.publishersmenu {
	margin : 0px 0px;
	padding : 0px;
	list-style : none;	
	background-color : #DDDDDD;
	border : 1px solid #0B88A5;
	width : 92%;
	font-family: arial;
	font-size: 10pt; 
	line-height: 22px; 
	padding-top: 5px; 
	padding-right:  0px; 
	padding-bottom: 8px; 
	padding-left: 5px; 
	color: #225D6F; 
	text-decoration:none
}

.treemenu {
	margin : 0px 0px;
	padding : 10px;
	list-style : none;	
	background-color : #EEE;
	border : 1px solid #DBDADA;
	width : 180px;
	font-family: arial;
	font-size: 10pt; 
	line-height: 22px; 
	padding-top: 5px; 
	padding-right:  0px; 
	padding-bottom: 8px; 
	padding-left: 2px; 
	color: #225D6F; 
	text-decoration:none
}

.treemenu UL {
	list-style : none;
	margin : 0px 10px;
	padding : 0px 10px;
}

.treemenu LI {
	display : inline;
}

.treemenu A {
	display : block;
	padding-left : 12px;
	text-decoration : none;

}

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

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