.Website_Navigation a {
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px dashed #000;
    padding-top: 3px;
    padding-bottom: 3px;
}

.Website_Navigation a:hover {
    background-color: #003399;
    text-decoration: none;
    color: #fff;
}

.List_Wrapper {
   width: 100%; 
    display: block;
    float: left;
    margin-top: 5px;
}

.Image {
    width: 110px;
    display: block;
    float: left;
}

.Description {
    width: 390px;
    display: block;
    float: left;
}

.Procedure_Link {
    
}