
.classname {
	-moz-box-shadow:inset 0px 0px 0px -50px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px -50px #ffffff;
	box-shadow:inset 0px 0px 0px -50px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1629f7), color-stop(1, #ffce08) );
	background:-moz-linear-gradient( center top, #1629f7 5%, #ffce08 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1629f7', endColorstr='#ffce08');
	background-color:#1629f7;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	border-radius:20px;
	border:1px solid #000000;
	display:inline-block;
	color:#000000;
	font-family:Arial;
	font-size:18px;
	font-weight:bold;
	padding:16px 76px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.classname:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffce08), color-stop(1, #1629f7) );
	background:-moz-linear-gradient( center top, #ffce08 5%, #1629f7 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce08', endColorstr='#1629f7');
	background-color:#ffce08;
}.classname:active {
	position:relative;
	top:1px;
}

.menu{
float:left;
height:auto;
width:auto;
border:5px;
margin-top:-12px;
border:7px double #000000;
}
