﻿   ul
{
    margin-left: 0px;
    padding-left: 0px;
    left: 12px;
    width: 140px;
    font-size: 9pt;
    
}

li
{
    list-style: none;
    width: 135px;
    left: 0px;
    margin-left: 0px;
    text-indent: 0px;
}

li a
{
    display: block;
    border-bottom: solid 1px gray; /* #F1F3F6;*/
    border-right: solid 2px gray; /* #F1F3F6;*/
    width: 135px;
    height: 26px;
    background-image: url(../border_terrier_images/menubgcharcoal.gif);
    text-decoration: none;
    color: white;
    font-weight: bold;
    text-indent: 10px;
    padding-top: 5px;
}

li a:hover
{
    display: block;
    border-bottom: solid 1px gray; /* #F1F3F6;*/
    border-right: solid 2px gray; /* #F1F3F6;*/
    width: 135px;
    height: 26px;
    background-image: url(../border_terrier_images/menubgcharcoal.gif);
    text-decoration: none;
    color: black;
    font-weight: bold;
    text-indent: 10px;
    padding-top: 5px;
}