nav {
    background: #00CC99 url(images/lines2.png);
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    z-index: 8;
    position: relative;
    float: left;
    padding: 10px 5px 6px 5px;
    background: #0066FF
}

nav ul li:hover {
    z-index: 8;
    background: #117BB0 url('images/lines.png');
}

nav ul li a {
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    display: block;
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
    z-index: 8;
    position: relative;
    font-weight: bold;
}

nav ul li:hover a {}

@media screen and (max-width: 600px) {
    div.logo {
        margin-left: 70px;
    }

    div.title {
        text-align: center;
        margin-top: -20px;

    }
}

nav {
    height: 51px;
    margin-left: 15px;
    margin-right: 10px;
    background: #2189BA url(images/lines2.png);
    width: 100%;
}

nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    position: relative;
    float: left;
    padding: 10px 5px 6px 5px;
    background-color: #2189BA;
    background-image: url(images/lines2.png);
}

nav ul li:hover {
    background: #117BB0 url('../images/lines.png');
}

nav ul li a {
    font-size: 16px;
    line-height: 14px;
    color: #ffffff;
    display: block;
    padding: 6px 10px 6px 10px;
    margin-bottom: 5px;
    z-index: 6;
    position: relative;
    font-weight: bold;
}

nav ul li:hover a {}


.style1 {
    font-size: 16px;
    font-weight: bold;
}

.style3 {
    font-size: 15px;
    font-weight: bold;
}

.style4 {
    color: #FFFFFF;
    font-size: 20px;
}

.style5 {
    color: #FFFFFF
}

.dropbtn {
    background-color: #3493c0;
    background-image: url(images/lines2.png);
    color: white;
    padding: 1px;
    font-size: 16px;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.dropdown {
    position: relative;

}

.dropdown-content {

    display: none;
    position: absolute;
    background-color: #3493c0;
    color: white;
    background-image: url(images/lines2.png);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #117bb0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {}
ul.dropdown-menu {
    background: #2189BA url(images/lines2.png);
    display: none;
    position: relative;
    margin-top: 10px;


}

ul.dropdown-menu a:hover {
    color: #f8f9fa;

}

