body {background: -moz-radial-gradient(center, ellipse cover, #ffffff 0%, #D9D9D9 100%);
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #ffffff), color-stop(100%, #D9D9D9));
background: -webkit-radial-gradient(center, ellipse cover, #ffffff 0%, #D9D9D9 100%);
background: -o-radial-gradient(center, ellipse cover, #ffffff 0%, #D9D9D9 100%);
background: -ms-radial-gradient(center, ellipse cover, #ffffff 0%, #D9D9D9 100%);
background: radial-gradient(ellipse at center, #ffffff 0%, #D9D9D9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#D9D9D9',GradientType=1 ); }
.bmenu{
padding:30px; border:#FFF solid 20px;
margin: 0 0 10px 0;
position: relative;
}
.prflpg {padding:10px; background:#fff;}
.bmenu li{
font-size: 40px;
display: block;
}
.bmenu li a{ text-decoration:none;
display: block;
text-transform: uppercase;
text-shadow: 1px 1px 2px rgba(89,22,20,0.3);
color: #005E84;
padding: 5px 20px;
margin: 2px;
background: rgba(255,255,255,0.1);
letter-spacing: 1px;
-webkit-transform: skew(-12deg);
-moz-transform: skew(-12deg);
-o-transform: skew(-12deg);
-ms-transform: skew(-12deg);
transform: skew(-12deg);
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
-ms-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}