﻿/*http://www.cssportal.com/vertical-menus/exdesignz.php*/
.menu12 {
    width: 100%;
    padding: 0 0 0 0;
    margin-bottom: 1em;
    font-size: 11px;
    font-weight: normal;
    font-family: Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
    background-color: rgb(42, 189, 177);
    color: #333;
}

    .menu12 ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border: none;
    }

    .menu12 li {
        border-bottom: 1px solid rgb(42, 189, 177);
        margin: 0;
        width: auto;
    }

        .menu12 li a {
            display: block;
            padding: 3px 0px 3px 0.5em;
            border-left: 5px solid;
            border-right: 5px solid;
            background-color: white;
            color: black;
            text-decoration: none;
            text-align: center;
            font-size: medium;
            width: 100%;
        }

            .menu12 li a:hover {
                border-left: 5px solid #800000;
                border-right: 5px solid #800000;
                background-color: rgb(42, 189, 177);
                color: #fff;
            }

.bt1 {
    width: auto;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    text-align: left;
    font-weight: bold;
    color: maroon;
    background-color: maroon;
    padding-top: 3px;
    padding-bottom: 4px;
    padding-left: 4px;
    border-left: 5px solid rgb(42, 189, 177);
    display: block;
}

.ht11 {
    font-size: 10px;
    font-weight: bold;
    color: #000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
}

.hw12 {
    font-size: 11px;
    font-weight: bold;
    color: white;
    font-family: verdana, arial, helvetica, sans-serif;
    text-decoration: none;
}
