/* REDACTOR */

.redactor-toolbar {
    background: #3999d4 !important;
}

.redactor-toolbar li a {
    color: #fff !important;
}
 

.redactor-toolbar li a:hover {
    background: #333 !important;
    color: #fff !important;
}
 

.redactor-toolbar li a:active,
.redactor-toolbar li a.redactor-act {
    background: #333 !important;
    color: #aaa !important;
}

.redactor-box.redactor-box-fullscreen {z-index: 1055 !important;}
.redactor-box textarea.cmsi-editable {background: #111;}


/* BLUE BAR NAV */

nav ul ul {
	display: none;
	position: absolute;
	left: 120px;
	background: #2b2b2b;
	top: 0;
	width: 170px;
	font-size: 13px;
}
nav ul ul a {
	padding: 2px 20px;
	color: #999;
	text-align: left;
}

nav ul li:hover ul a {
	color: #999;
} 

nav ul li:hover ul li:hover a {
	background: #3999d4;
	color: #fff;
}



nav ul li:hover ul {
	display: block;
}

