#navre a {
  background: #4598ED;
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  line-height: 40px;
  padding: 0 26px;
  text-decoration: none;
  border-left:1px #FFFFFF solid;
  font-weight:bold;
}

#navre a:hover {
  background: #FFFFFF;
  color:#233074;
}

@media screen and (max-width: 740px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	background: #FFFFFF;
	color:#233074;
	border-top:1px #CCCCCC solid;
  }

  #navre a:hover {
  background: #4598ED;
  color:#FFFFFF;
}

}