#workshops_grid {
    position: relative;
    display: block;
    width: 100%;
    /* you may want to adjust this to fit a whole page */
    height: 494px;
    padding: 0;
    overflow: auto;
    border: 0;
}

.backgrid {
    font-size: .9em;
}

.AttachTitle {
    width: 70%;
}

.left-menu {
    display: block;
    margin: 0.5em 0;
    color:#fff;
    text-decoration:none;
}
.left-menu:hover, .left-menu.submenu:hover {
    color: #ff0;
}
.left-menu.submenu {
    margin: 0.25em 0 0.25em 1em;
    font-size: x-small;
    color:#e4e4e4;
}