/* News Menu 3 */

.petrus-newsmenu-container-3 {
  background-color: #0078c9;
  color: #fff;
  margin-bottom: 15px;
  border: 1px solid #9ef2ff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.petrus-newsmenu-container-3 > ul {
  padding:0px;
  margin: 0px;
  list-style: none;
}

.petrus-newsmenu-container-3 > ul > li {
  border-bottom: 1px solid #9ef2ff;
}

.petrus-newsmenu-container-3 > ul > li:last-child {
  border-bottom: 0px;
}

.petrus-newsmenu-container-3 > ul > li > a {
  display: block;
  color : #fff;
  font-size: 12px;
  text-decoration: none;
  padding: 6px 10px 6px 10px;
}

.petrus-newsmenu-container-3 > ul > li > a:hover {
  color: #FFFF55;
  background-color: #AE0000;
   background: #209ad6; /* Old browsers */
  background: -moz-linear-gradient(top,  #209ad6 0%, #0063af 100%, #cfcfcf 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#209ad6), color-stop(100%,#0063af), color-stop(100%,#cfcfcf)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #209ad6 0%,#0063af 100%,#cfcfcf 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#209ad6', endColorstr='#cfcfcf',GradientType=0 ); /* IE6-9 */
}

.petrus-newsmenu-container-3 > ul > li:first-child > a:hover {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.petrus-newsmenu-container-3 > ul > li:last-child > a:hover {
  -webkit-border-bottom-right-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-bottomright: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}