/* Menu Edit Blocks
*/
.menuline
{
	width		: 600px;
	height	: 24px;
	
 	border-width		: 0;
	border-color		: black;
	border-style		: dotted;
	  
	background-color	: transparant;
	position 					: relative;
	z-index  					: 17;
}

.tree
{
	width		: 13px;
	float		: left;
	height	: 13px;
	
 	border-width		: 0;
	border-color		: black;
	border-style		: dotted;
	  
	background-color	: transparant;
	position 					: relative;
	z-index  					: 17;
}

.treedropdowns
{
	width		: 300px;
	float		: left;
	height	: 20px;
	
 	border-width		: 0;
	border-color		: black;
	border-style		: dotted;
	  
	background-color	: transparant;
	position 					: relative;
	z-index  					: 17;
}

.treebutton
{
	width		: 80px;
	float		: left;
	height	: 20px;
	
 	border-width		: 0;
	border-color		: black;
	border-style		: dotted;
	  
	background-color	: transparant;
	position 					: relative;
	z-index  					: 17;
}

