#menu {
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #426d9c), color-stop(40%, #0f67a1), color-stop(100%, #1384d1));
background-color:#000;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
height: 50px;
text-align: center;
margin: 0;
padding: 0;
}
/*
.default {
width: 100%;
height: 50px;
box-shadow: 0 5px 20px #888;
-webkit-box-shadow: 0 5px 20px #888;
-moz-box-shadow: 0 5px 20px #888;
}
*/
.fixed {
position: fixed;
top:0;
left: 0;
width: 100%;
text-align:center;
box-shadow: 0 0 40px #222;
-webkit-box-shadow: 0 0 40px #222;
-moz-box-shadow: 0 0 40px #222;
}