#container {
    width: 800px;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #0b2b61;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #1053a0, #1253f0);
    background: -webkit-gradient(linear, left top, left bottom, from(#1053a0), to(#1253f0));
    -moz-border-radius: 0px 0px 6px 6px;
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-box-shadow: 4px 5px 10px #011331;
    -webkit-box-shadow: 4px 5px 10px #011331;
}

#nav {
    padding-top: 10px;
    position: relative;
    float: right;
}

#nav li {
    float: left;
    list-style: none;
    
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 15px;
    font-family: helvetica, arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 25px;
    width: 100%;
}
