#container-menu {
    width: 950px;
    margin: 0 auto 0 30px;
}

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

#blob {
    background: #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #fff, #fff);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    background: #292929;
    float: left;
}

#nav li {
    float: left;
    list-style: none;
    border-right: 1px solid #4a4a4a;
    border-left: 1px solid black;
}

#nav li a {
    color: #888;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 20px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 20px 53px;
    width: 100%;

}

#nav li a:hover {
    color: #000;

}