td.layout_navigation {
	background-image: url('');
	background-repeat: no-repeat;
	background-color: #e6f8f9;
	width: 900px;
	height: 25px;
}

#wrap_navigation {
	margin: 10px;
	margin-left: 100px;
}

a.links_navigation:link {
  text-decoration: none; 
  font-weight: bold;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}
a.links_navigation:visited {
  text-decoration: none; 
  font-weight: bold;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}
a.links_navigation:active {
  text-decoration: none; 
  font-weight: bold;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}
a.links_navigation:hover {
  text-decoration: underline; 
  font-weight: bold;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}



