/* ######### Matt Black Strip Main Menu Bar CSS ######### */
@import url('http://fonts.googleapis.com/css?family=Cuprum:regular&subset=cyrillic');

.mattblackmenu ul {
    margin: 0; /*margin-left: 150px;*/
    padding: 0;
    font: normal 13px tahoma;
    list-style-type: none;
    /*border-bottom: 1px solid white;*/
    background: transparent; /*UL Back-color*/
    background-image: url( 'Images/sep.jpg' );
    background-repeat: repeat-x;
    overflow: hidden;
    text-align: center;
}

.mattblackmenu li {
    display: inline;
    margin: 0;
}

    .mattblackmenu li a {
        float: left;
        display: block;
        text-decoration: none;
        font-family: Arial,tahoma,verdena,calibri;
        font-size: 17px;
        font-family: 'Cuprum';
        font-style: normal;
        /*font-weight: bold;*/
        margin: 0;
        padding: 10px 1.0em; /*padding inside each tab*/
        /*border-right: 1px solid #eee;*/
        color: #fff;
        line-height: 1.8;
    }

        .mattblackmenu li a:visited {
            color: white;
        }

        .mattblackmenu li a:hover {
            color: #f5f5f5;
            background: url('../Images/hover.png') no-repeat bottom;
        }

.mattblackmenu a.selected {
    background: url('../Images/hover.png') no-repeat bottom;
    /*background: #4e791f; /*background of tab with "selected" class assigned to its LI */
}
