/*******************************************************
MENU EDITOR ****************************************
*******************************************************/


#editor_box{
	width:auto;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 52px;
	background-image: url(../images/edit_menu/title.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#editor_option{
	width:24px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/edit_menu/editbg_on.gif);
	height: 25px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#editor_option:hover{
	background-image: url(../images/edit_menu/editbg_over.gif);	
}
