#menu {
    width: 1000px;
    height:65px;
    background-color:black;
    background-image: url(../pictures/menu-background.png);
    background-repeat:repeat-x;
}

#nav_wrap {
    margin-top:-10px;
    position:absolute;
    background-image: url(../pictures/button-background.png);
    background-repeat:repeat-x;
    background-color:#666;
    width: 107px;
    height: 65px;
    text-align:center;
    color:white;
    font-weight:bold;
    font-family:"Lucida Grande", Geneva , Arial;
    -moz-border-radius:5px 5px 0 0;
    -webkit-border-radius:5px 5px 0 0;
    cursor:pointer;
}

#nav_wrap #title {
    margin-top:20px;
}

#menu ul {
    list-style-type: none;
    margin:0;
    padding:0;
    margin-left:30px;
}

#menu ul li{
    display: block;
    float:left;
    padding-left:20px;
    padding-right:20px;
    color:#666;
    height:35px;
    margin-top:5px;
    padding-top:15px;
    border-right:1px black ridge;
}
