.hsMenu {
    text-transform: uppercase;
    font-weight: bold;
}
.hsMenu ul {
    font-size: 0.8rem;
}
.hsMenu ul li {
    border-bottom: 1px dotted #999;
}
.hsMenu ul li:hover {
    background-color: #cde1f4;
}
.hsMenu ul li.mnSel {
    background-color: #cde1f4;
}