#linked{
  background:#698C00;
  color:#FFF;
  font-size:17px;
  font-family: 'Lato', sans-serif;
  font-weight:bold;
}
#linked:hover{
  background:#666;
}
#linked:focus{
  background:#698C00;
  color:#FFF;
  font-weight:bold;
}
#menu_back{
  background:#FFF;
}
#menu_back a{
  color:#333;
  font-size:16px;
  height:32px;
  font-family: 'Lato', sans-serif;
  font-weight:bold;
}
#menu_back a:hover{
  background:#698C00;
  color:#FFF;
}
#home_linked{
  font-size:16px;
  color:#FFF;
  font-weight:bold;
  background:#698C00;
  font-family: 'Lato', sans-serif;
}
.navcolor{
	background:#698C00;
	margin:0px;
}
.buttoncolor{
	background: #FFF;
}
.li_margin{
	margin:5px 0px;
}