.menu-folder {
	background-color:	#000000;
	height:				18px;
	margin-bottom:		3px;
	padding:			3px;
	color:				white;
	text-decoration:	none;
	cursor:				hand;
}
.menu-items-container {
	padding-bottom:		7px;	
}
.menu-items {
	background-color:	#000000;
	height:				18px;
	margin-bottom:		3px;
	margin-left:		7px;
	padding:			3px;
	color:				white;
	text-decoration:	none;
	cursor:				hand;
}
.menu-subitems-container {
	padding-bottom:		7px;	
}
.menu-subitems {
	margin-bottom:		3px;
	margin-left:		15px;
	font-size:			11px;
	color:				black;
	text-decoration:	none;
	cursor:				hand;
}
.menu-ico {
	width:				17px;
	height:				14px;
	float:				left;
	border:				none;
}
.spacer {
	margin:				0px;
	padding:			0px;
	height:				2px;
}
