#navtop {
    height: 40px; /*Height of navigation section*/
    padding: 0px;
    margin: 0px;
}
#nav {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #2d2d2d url('billy_bg.jpg') no-repeat top right;
}
#nav li {
    float: left;
    margin: 0;
    padding: 0;
}
#nav a {
    float: left;
    display: block;
    padding: 8px 30px 15px 5px;
    text-decoration: underline;
    font-family: 'Trebuchet MS','Times New Roman',serif;
    font-weight: bold;
    font-size: 16px;
    color: #d0d0d0;
    background: transparent url('billy.gif') no-repeat top right;
    outline: none;
}
#nav #nav-1 a {
    padding-left: 20px;
}
#nav a:hover {
    color: #ffffff;
    text-decoration: none;
}
