body {
    font: 0.8em/1em "trebuchet MS", arial, sans-serif;
    color: #000;
    overflow: hidden;
    width: 1002px;
    margin: 10px auto;
    margin-top: 4px;
    font-size: 16px;
}

#mainMenu, .divider{
    margin-bottom: 10px;
    height: 10px;
    border-bottom: solid 15px #333;
}

#mainMenu{
    height: 15px;
}

img{
    border: solid 1px #000;
}

.unselected, .selected {
    font-size: 24px;
    color: #eee;
    float: left;
    margin-right:10px;
    margin-top: -11px;
    display: block;
    padding: 5px;
    background-color: #999;
    text-decoration: none;
}

.selected {
    color: #eee;
    background-color: #333;
}

.unselected:hover{
    color: #333;
}
