﻿.menudiv {
    width: 15%;
    min-width: 190px;
    background-color: #0088cc;
    position: absolute;
    min-height: 750px;
}

.menuli {
    list-style:none; 
    margin-left: -25px;
    height: 100%;
}
.menuliitems {
    padding: 10px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.menuliitems a {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.menuliitems a:hover {
    text-decoration: underline;
}

.menuliitems a:visited {
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.menuliitems a:active {
    color: #ffffff;
    font-weight: bold;
    text-decoration: dotted;
}

