-webkit-box-shadow: inset 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
-moz-box-shadow: inset 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
box-shadow: inset 0px 0px 150px 0px rgba(0, 0, 0, 0.8);
@-webkit-keyframes hover {
0% { background: #bdedfa }
100% { background: #063d4c }
0% { background: #bdedfa }
100% { background: #063d4c }
0% { background: #bdedfa }
100% { background: #063d4c }
0% { background: #bdedfa }
100% { background: #063d4c }
0% { background: #bdedfa }
100% { background: #063d4c }
font-family: 'Gudea', sans-serif;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
-webkit-transition: -webkit-box-shadow, background 0.2s linear;
-moz-transition: -moz-box-shadow, background 0.2s linear;
-ms-transition: -moz-box-shadow, background 0.2s linear;
-o-transition: -o-box-shadow, background 0.2s linear;
transition: box-shadow, background 0.2s linear;
text-shadow: 0px -1px 0px black;
text-transform: uppercase;
-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0,0,0,0.3), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 1px 0px 0px rgba(0,0,0,0.2);
-moz-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0,0,0,0.3), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 1px 0px 0px rgba(0,0,0,0.2);
box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1), 0px 1px 2px rgba(0,0,0,0.3), inset -1px 0px 0px rgba(255, 255, 255, 0.1), inset 1px 0px 0px rgba(0,0,0,0.2);
ul#darkmenu li:first-child {
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 10px;
-webkit-border-radius: 10px 0px 0px 10px;
border-radius: 10px 0px 0px 10px;
ul#darkmenu li:last-child {
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 0px 10px 10px 0px;
border-radius: 0px 10px 10px 0px;
-webkit-animation: hover 0.5s 1;
-moz-animation: hover 0.5s 1;
-ms-animation: hover 0.5s 1;
-o-animation: hover 0.5s 1;
text-shadow: 0px 0px 2px #11afda;
-webkit-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 4px rgba(0,0,0,0.4);
-moz-box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 4px rgba(0,0,0,0.4);
box-shadow: inset 0px -1px 0px 0px rgba(255, 255, 255, 0.1), inset 0px 2px 4px rgba(0,0,0,0.4);
ul#darkmenu li:active a { padding: 11px 10px 9px 10px }