
#menuBar {
    background-image: url(../images/nav-runner.gif);
    background-repeat: repeat-x;
    height: 39px;
    width: 100%;
    text-align: center;
    vertical-align: middle;
    padding-bottom: 20px;
}

#menuBar a {
    font-family:sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    top: 14px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: inline;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    width: auto;
}

#menuBar a:hover {
    background-color: #300;
    background-image: url(../images/nav-runner-highlight.gif);
}

#menuBar a:focus {
    background-color: #300;
    background-image: url(../images/nav-runner-highlight.gif);
}

.menuItemBox {
    visibility: hidden;
    background-color: #500;
    width: 200px;
    position: absolute;
    z-index: 1000;
    height: auto;
    display: block;
    text-align: left;
    vertical-align: top;
    padding: 0px;
    margin: 0px;
    border: 1px solid #000;
}

.menuItemBox a {
    font-family:sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    width: 185px;
    color: #fff;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    border: 0px;
}

.menuItemBox a:hover {
    color: #600;
    background-color: #ffdd05;
}

.menuItemBox a:focus {
    color: #600;
    background-color: #ffdd05;
}
