/* Forms → Buttons*/

.btn,
.btn:hover,
.btn.hover {
	/* For children inherit */
	border-color: hsl(0, 0%, 100%);
	color: hsl(0, 0%, 100%);
}
.btn:hover,
.btn.hover {
	background: hsl(240,100%,19%);
}
.btn,
.btn:active,
.btn.active {
	background: hsl(240,100%,6%);
}
/*_/Forms → Buttons*/

/* General → Navigation panel */
.general_nav {
	background: url(../assets/images/background/bg-pereliv-up-left-1.gif) left top/ auto no-repeat fixed;
	background-color: hsl(0, 0%, 95%);
}

.general_nav li.active > a {
	background-color: hsl(200, 100%, 35%);
	color: hsl(0, 0%, 100%);
}
/*_/General → Navigation panel */