

#menuitem {
    background-image : url('images/b09.gif');
    height : 38px;
    width : 240px;
  }


#menuitem:hover {
    background-image : url('images/b09-over.gif');
    height : 38px;
    width : 240px;
  }


.menulink {
    color : #282712;
    font-size : 15px;
    font-weight : bold;
    padding-left : 20px;
    text-decoration : none;
    text-transform : uppercase;
  }


.ptitle {
    color : #282712;
    font-size : 12px;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    text-transform : uppercase;
  }


.pcontent {
    color : #FFFFFF;
    font-size : 15px;
    text-decoration : none;
  }


img {
    border-bottom-style : none;
    border-bottom-width : 0;
    border-left-style : none;
    border-left-width : 0;
    border-right-style : none;
    border-right-width : 0;
    border-top-style : none;
    border-top-width : 0;
  }


a {
    text-decoration : none;
  }


