#login-box {
	background: #f5d693;
	background: -moz-linear-gradient(top,  #f5d693 0%, #e6ba09 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5d693), color-stop(100%,#e6ba09));
	background: -webkit-linear-gradient(top,  #f5d693 0%,#e6ba09 100%);
	background: -o-linear-gradient(top,  #f5d693 0%,#e6ba09 100%);
	background: -ms-linear-gradient(top,  #f5d693 0%,#e6ba09 100%);
	background: linear-gradient(to bottom,  #f5d693 0%,#e6ba09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d693', endColorstr='#e6ba09',GradientType=0 );
}
#header {
	background: #f5d693;
	background: -moz-linear-gradient(top,  #f5d693 0%, #e6ba09 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5d693), color-stop(100%,#e6ba09));
	background: -webkit-linear-gradient(top,  #f5d693 0%,#e6ba09 100%);
	background: -o-linear-gradient(top,  #f5d693 0%,#e6ba09 100%);
	background: -ms-linear-gradient(top,  #f5d693 0%,#e6ba09 100%);
	background: linear-gradient(to bottom,  #f5d693 0%,#e6ba09 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5d693', endColorstr='#e6ba09',GradientType=0 );
}
#menu .navbar {
	background: #684500;
}
#menu .nav a:hover {
	background: #e4a00d;
}
.sub-menu-thumb:hover {
	background: rgba(224,144,24,0.5);
}
