#container {
    padding-top: 20px;
    height: 45px;
    border-bottom-style: solid;
    border-top-style: solid;
    border-bottom-color: #b3b3b3;
    border-top-color: #b3b3b3;
    border-top-width: 1px;
    border-bottom-width: 1px;
    margin-left: auto;
 
    margin-right: auto;
  
    width: 962px;
}

ul, li {
    margin: 0;
    padding: 0;
}

#blob {
    background: #0b2b61;

    position: absolute;
    z-index: 1;
    top: 0;
    background: -moz-linear-gradient(top, #eae827, #dddc2b);
    background: -webkit-gradient(linear, left top, left bottom, from(#eae827), to(#dddc2b));
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 2px 3px 10px #011331;
    -webkit-box-shadow: 2px 3px 10px #011331;
}

#nav {
    position: relative;
    float: left;
}

#nav li {
    border-left-color: #e6e6e6;
    border-right-color: #e6e6e6;
    float: left;
    list-style: none;

}

.content-derk {
 display:none;
}

#nav li a {
    
    letter-spacing: 1px;
    color: #282513;
    z-index: 2;
    position: relative;
    cursor: pointer;
    float: left;
    font-size: 18px;
    font-family: Verdana;
    text-decoration: none;
    padding: 0px 10px;
    width: 100%;

}
