﻿.svb-flat-menu {
    list-style: none;
    overflow: hidden;
    margin-left: 5px;
}

.svb-flat-menu-item {
    float: left;
    border-right: 1px solid #b3b3b3;
    color: #22895c;
    text-transform: uppercase;
    text-decoration: none;
    margin: 6px 0;
}

.svb-flat-menu-item:last-of-type { border: none;}

.svb-flat-menu-item-text,
a.svb-flat-menu-item-text {
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 8px;
}

.svb-flat-menu-item-text:hover { text-decoration: underline;}
