div.Navigation div.fixButton:hover {
	background-color: #900 !important;
	border-top:1px solid #000 !important;
	border-left:1px solid #000 !important;
}
div.Navigation {
	background-image: linear-gradient(bottom, rgb(204,51,51) 32%, rgb(201,58,58) 66%);
	background-image: -o-linear-gradient(bottom, rgb(204,51,51) 32%, rgb(201,58,58) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(204,51,51) 32%, rgb(201,58,58) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(204,51,51) 32%, rgb(201,58,58) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(204,51,51) 32%, rgb(201,58,58) 66%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(204,51,51)),
		color-stop(0.66, rgb(201,58,58))
	);
	
	-webkit-box-shadow:0 5px 10px #000;
	box-shadow:0 5px 10px #000;
	
	-pie-background: linear-gradient(#C93A3A, #CC3333);
}

div.Navigation a {
	color:#fff;
	font-weight:normal;
	text-decoration: none;
}

div.Navigation a:hover {
	color:#FAD05A;
}

div.Navigation div.showButton {
	background-color: #CC3333;
	box-shadow: 4px 0 6px 0 #000;
	
}
