

#links {
  }


#links p {
    font-weight : bold;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
    padding-bottom : 0px;
    padding-left : 0px;
    padding-right : 0px;
    padding-top : 0px;
  }


#links ul {
    margin : 0px;
    padding : 0px;
    list-style: none;
  }


#links ul li {
    margin : 0px;
margin-right : 3px;
    padding : 0px;
    list-style: none;
    border-bottom-color : #ffffff;
    border-bottom-style : solid;
    border-bottom-width : 1px;
  }


#links ul li a {
    background-color : #DADADA;
    background-image : url('../images/bg2.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #4C82AE;
    display : block;
    padding-left : 8px;
    text-decoration : none;

  }
*html #links ul li a {
/*width : 147px;*/
}

#links ul li a:hover {
    background-image : url('../images/bg3.jpg');
    background-position : top left;
    background-repeat : no-repeat;
    color : #000000;

  }

