#container {
    width: 1200px;
    margin: 0px auto;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #ea0a34;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #ea0a34, #1153c0);
    background: -webkit-gradient(linear, left top, left bottom, from(#0b2b61), to(#1153c0));
    -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: #e40b0b;
    float: left;
}

#nav li {
    float: left;
    list-style: None;
    border-right: 1px solid #fff;
    border-left: 1px #fff;
    height: 30px;
}

#nav li a {
    color: #e3e3e3;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: center;
    line-height: 150%;
    font-size: 14px;
    font-family: helvetica, arial, sans-serif;
    text-decoration: none;
    padding: 12px 27px;
    width: 100%;
  

}