body {
    margin-left: 168px;
    margin-right: 8px;
    margin-top: 200px;
    margin-bottom: 8px;
    font-family:Verdana,Tahoma,Arial,Helvetica,"Sans Serif";
    color: black;
}
a {
    font-weight: normal;
    border-bottom: 2px dotted #C00000;
    color: #C00000;
    text-decoration:none;
}

.menuentry {
    border: 1px solid black;
    color: black;
    border-left: 0px;
    background-image:url(/img/transparent-gray.png);
    background-repeat: repeat;
    width: 128px;
    text-align: right;
    padding-right: 8px;
    z-index:10;
}
.menuentryactive {
    border: 1px solid black;
    color: black;
    border-left: 0px;
    background-image:url(/img/transparent-gray.png);
    background-repeat: repeat;
    width: 144px;
    text-align: right;
    padding-right: 8px;
    z-index:10;
}
.menuentry:hover,
.menuentryactive:hover {
    border: 1px solid #800000;
    color: #800000;
    border-left: 0px;
    background-image:url(/img/transparent-red.png);
    background-repeat: repeat;
    width: 144px;
    text-align: right;
    padding-right: 8px;
    cursor: pointer;
    z-index:10;
}
.menulink {
    font-weight: normal;
    border-bottom: 3px none black;
    color: black;
    text-decoration:none;
}

