@charset "utf-8";



@import url(styles.css);



#menu a

{

        float: left;

        height: 25px;

        padding: 5px 10px;

        color: #d6f4ff;

        text-transform: uppercase;

    font: bold 11px/25px Arial, Helvetica;

        text-decoration: none;

        text-shadow: 0 1px 0 #000;

}



#menu ul

{

    list-style: none;

    margin: 0;

    padding: 0;

    display: none;

    position: absolute;

    top: 37px;

    left: 0;

    z-index: 99999;

    background: #444;

    background: -moz-linear-gradient(#444, #111);

    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));

    background: -webkit-linear-gradient(#444, #111);

    background: -o-linear-gradient(#444, #111);

    background: -ms-linear-gradient(#444, #111);

    background: linear-gradient(#444, #111);

    -moz-border-radius: 5px;

    border-radius: 5px;

}

#menu span.nolink{ font-size:11px !important;}

