@charset "UTF-8";
#container {
    margin: auto;
    width:1000px;
    height: 800px;
    position: relative;
}
nav ul li {
    width: 200px;
    float: left;
    list-style-type: none;
    text-align: center;
    line-height: 36px;
    background-color: #CFAA2A;
}
nav ul {
    margin: 0px;
    padding: 0px;
}
nav ul li a{
    display: block;
    text-decoration: none;
    background-color: #CFAA2A;
}
nav li a:hover {
    background-color: #CF6829;
    top: 50px;
}
.sub{
    display: none;
    z-index: 100;
    position: absolute;
    width: 200px;
}
nav {
    position: absolute;
    top: 20px;
}
