#navre a {
	background: #003300;
	color: #fff;
	display: block;
	float: left;
	font-size: 1vw;
	line-height: 1;
	padding: 1vw 0;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	width:14.2%;
}
#navre a:hover {
  background: #FFFFFF;
   color: #003300;
}
@media screen and (max-width: 640px) {
  #navre a {
    float: none;
    margin: 0 0 1px 0;
    width: 100%;
	 background: #EEEEEE;
	 color: #003300;
	font-size: 13px;
	line-height: 40px;
  }


 #navre a:hover {
  background: #FEE401;
   color: #003300;
}

}