
html { min-height: 100%; }
html, .grad0 { background: linear-gradient(to bottom, #596FBB, #8DC8FF);  color: #000000;}

.menugeom { 
    margin: 0 10px 0 0;
	border-width: 1px 1px 0 1px !important;
	border-style: solid !important;
	border-color: black !important;
	border-radius: 8px 8px 0 0;
}
.menubutton {
	background: linear-gradient(to bottom, #0180FF, #0269C9);  color: #FFFFFF;
}
.menuselect, .menubutton:hover {
	background: linear-gradient(to bottom, #3EA0FF, #E2F1FF);  color: #000000;
}

.mainMenu a {font-weight: bold;}
.color1 { background-color: #596FBB !important; color: #FFFFFF !important; }


