.catnav
{
    float: left;
    width: 15%;
}

.catnav h1
{
    margin-top: 0px;
}

#navexhibs
{
    float: left;
    list-style: none;
    padding: 0px;
    margin-top: 0px;
    width: 23%;
    list-style-image: url("/static/images/listbullet.png");
}

#navexhibs a
{
    color: #F10D60;
    text-decoration: none;
}

#navexhibs a:hover
{
    text-decoration: underline;
}
