.editor_top {
	min-height: 23px;
}

ul.editor, ul.editor ul {
	margin: 0;
	padding: 0;
}

ul.editor a, ul.editor a:link, ul.editor a:visited {
	color: #444;
	text-decoration: none;
	border: none;
	display: block;
	padding: 1px 6px;
	cursor: pointer;
}

ul.editor a:hover, ul.editor a:active, ul.editor .visible span {
	color: #000;
}

ul.editor li {
	float: left;
	margin: 0 2px;
	list-style-type: none;
	border: 1px #748A1F solid;
	white-space: nowrap;
	background: #F1FFDB;
}

ul.editor li:hover {
	border-color: #8CA416;
}

ul.editor ul {
	position: absolute;
	display: none;
	border: 1px #748A1F solid;
	border-top-width: 3px;
	background: #FFF;
	margin-left: -1px;
}

ul.editor .visible ul {
	display: block;
}

ul.editor ul li {
	float: none;
	border: none;
	margin: 0;
}

ul.editor ul li a {
	padding: 5px;
}

ul.editor ul li a:hover {
	background: #C4DA85;
}

ul.editor .spacer {
	width: 5px;
	border: 0;
	background: none;
}

/* IE fixes (+ no whitespace in lists) */
ul.editor a:hover {
	border: 0;
}
/* END of IE fixes */

