#mainMenu {
   background: #CDCDCD;
   color: #8B8B8B;
}

#mainMenu a,
#mainMenu a:visited,
#mainMenu a:hover {
    display: block;
    position: relative;
    width: 163px;
    text-decoration: none;
    border-bottom: 1px solid white;
    text-align: right;
    font-size: 12px;
    font-weight: bold;
    color: #8B8B8B;
    line-height: 29px;
    height: 29px;
}

#mainMenu a:hover {
    background: #DEDEDE;
    color: #8B8B8B;
}

#mainMenu a.bottom,
#mainMenu a.bottom:hover {
   border: none;
   height: 30px;
}

#mainMenu .menuDots {
    font-size: 12px;
    font-weight: bold;
    color: #AAAAAA;
}

#mainMenu a:hover .menuDots {
    color: #FFAF00;
}

#mainMenu .menuLeft {
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    height: 29px;
    width: 7px;
    background: #8B8B8B;
}
#mainMenu .menuLeftBottom {
   height: 30px;
}

#mainMenu a:hover .menuLeft {
    background: #FFAF00;
}