blockquote.style1 {
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  background-image: url(/wp-content/plugins/polipress/styles/openquote1.gif);
  background-position: top left;
  background-repeat: no-repeat;
  }
  blockquote.style1 span {
     display: block;
     background-image: url(/wp-content/plugins/polipress/styles/closequote1.gif);
     background-repeat: no-repeat;
     background-position: bottom right;
   }
  blockquote.style1 cite {
     margin: 3px;
	 font-size: 0.9em;
  }
  blockquote.style1 img {
    padding: 8px 3px 3px 3px;
  }



div.navlist{
  padding-left: 0;
  margin-left: 0;
  border-bottom: 1px solid gray;
  }
  div.navlist ul{
    list-style-type: none;
    list-style: none;
    list-style-image: none;
  }
  div.navlist img {
    padding: 8px 3px 3px 3px;
  }
  div.navlist li{
    list-style: none;
    list-style-image: none;
    list-style-type: none
	background-image: none;
	background: none;
    margin: 0;
    padding: 0.25em;
    border-top: 1px solid gray;
  }
  div.navlist a{ 
    text-decoration: none; 
  }