html {
	min-height:100%	!IMPORTANT;
	border-right:80px solid #000;
}


#cxSuperMenu {
	position:absolute;
	top:60px;
	right:0;
	width:80px;
}
#cxSuperMenu .DD_menu {
	top:0;
	right:100%;
	left:auto;
	margin:0 -1px 0 0;
	color:#fff;
}
#cxSuperMenu .DD_menu > li > a
, #cxSuperMenu .DD_menu > li > a:visited
{
	padding:8px 20px 8px 15px;
	color:#fff;
	font-size:90%;
	text-decoration:none;
	white-space:nowrap;
	box-sizing:border-box;
}

#cxSuperMenu .DD_btAbrir {
	overflow:hidden;
	width:70px;
	margin:30px 0 0 0;
	padding:3px 0 3px 7px;
	font-size:x-small;
	color:#fff;
	border:1px solid #000;
	text-align:center;
}
#cxSuperMenu .DD_btAbrir:hover {
	background:#300;
	border-color:#600;
}

#cxSuperMenu .DD_cx:focus .DD_btAbrir
, #cxSuperMenu .DD_cx:focus-within .DD_btAbrir
{
	background:#300;
	border-color:#600;
	border-left-color:#300;
}
#cxSuperMenu .DD_cx:focus .DD_btAbrir > span::after
, #cxSuperMenu .DD_cx:focus-within .DD_btAbrir > span::after
{
	border:1px solid red;
	visibility:hidden
}

#cxSuperMenu button {
	display:block;
	float:none;
	width:100%;
	margin:0;
	padding:8px 20px 8px 15px;
	color:#fff;
	background:none;
	background-origin:0 0;
	border:none;
	font:inherit;
	font-size:90%;
	text-align:right;
	line-height:normal;
	white-space:nowrap;
	outline:none;
	box-sizing:border-box;
	appearance:none;
	cursor:pointer;
	clear:both;
}
#cxSuperMenu button:hover {
	background:#000;
}

#icoEditor
, #icoEstrutura
, #icoDoc
{
	position:relative;
	display:block;
	height:40px;
	margin:0 auto 3px auto;
	color:#fff;
	background-repeat:no-repeat;
	background-size:cover;
}
#icoEditor::after
, #icoEstrutura::after
, #icoDoc::after
{
	position:absolute;
	top:50%;
	left:-.8em;
	display:inline-block;
	margin:-.3em 0 0 0;
	font-family:FontAwesome;
	font-size:medium;
	content:"\f0d9";
}

#icoEditor {
	width:40px;
	background-image:url(/editor.svg);
}
#icoEstrutura {
	width:40px;
	background-image:url(/editor.svg);
}
#icoDoc {
	width:40px;
	background-image:url(/editor.svg);
}
