.sky-mega-menu li:hover > a,
.sky-mega-menu li.current > a {
	background: #1b2735;
	color: #fff;
}

/**/
/* forms */
/**/
.sky-mega-menu form .input:hover input,
.sky-mega-menu form .textarea:hover textarea {
	border-color: #1b2735;
}
.sky-mega-menu form .button {
	background-color: #1b2735;	
}
.sky-mega-menu form .input input:focus,
.sky-mega-menu form .textarea textarea:focus {
	border-color: #1b2735;
}