#navList{-webkit-animation: showMenu 3s;position: relative;margin: 0px 0;
list-style: none;font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
letter-spacing: -0.5px;font-size: 13px;text-shadow: 0 -1px 3px #202020;width: 505px;height: 34px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0px 3px 3px #cecece;-webkit-box-shadow: 0px 3px 3px #CECECE;box-shadow: 0 3px 4px #8B8B8B;}
#navList li:first-child {-moz-border-radius: 4px 0 0 4px;-webkit-border-radius: 4px 0 0 4px;
border-radius: 4px 0 0 4px;border-left: none;}
#navList li{display: block;float: left;border-right: 1px solid #5D5D5D;border-left: 1px solid #929292;height: 34px;border-bottom: 1px solid #575757;border-top: 1px solid #797979;background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #787878), color-stop(0.5, #5E5E5E), color-stop(0.51, #707070), color-stop(1, #838383));
background-image: -moz-linear-gradient(center bottom, #787878 0%, #5E5E5E 50%, #707070 51%, #838383 100%);background-color: #5F5F5F;}
#navList li a{color: white !important;text-align: center;line-height: 14px;}
#navList li a:hover{font-size:14px;}
#navList li:active {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838; 
    -moz-box-shadow: inset 0 1px 2px 2px #000;
    -webkit-box-shadow: inset 0 1px 2px 2px #000;
    box-shadow: inset 0 1px 2px 2px #000;
}
#navList li:hover{
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3F3F3F), color-stop(0.5, #383838), color-stop(0.51, #434343), color-stop(1, #555555));
    background-image: -moz-linear-gradient(center bottom, #3F3F3F 0%, #383838 50%, #434343 51%, #555555 100% );
    background-color:#383838;
    -moz-box-shadow: inset 0 0 5px 5px #535353;
    -webkit-box-shadow: inset 0 0 5px 5px #535353;
    box-shadow: inset 0 0 5px 5px #535353;}
#navList li:last-child {-moz-border-radius:0 4px 4px 0;-webkit-border-radius:0 4px 4px 0;
    border-radius:0 4px 4px 0;border-right:none;}
@-webkit-keyframes showMenu {
    from { opacity: 0; top:-20px; }
    to   { opacity: 1; }
}
#navList {
     -webkit-animation: showMenu 1s; position:relative;
}