td.layout_side_nav{
	background-image: url('');
	background-repeat: no-repeat;
	background-color: #eaf3f4;
	width: 200px;
}

#wrap_side_nav {
	margin: 10px;
}

#font_side_nav_header {
  font-family: verdana; 
  font-weight: bold;
  font-size: 14px; 
  font-style: none; 
  color: #93aab3;  
}

a.links_side_nav:link {
  text-decoration: none; 
  font-weight: none;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}
a.links_side_nav:visited {
  text-decoration: none; 
  font-weight: none;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}
a.links_side_nav:active {
  text-decoration: none; 
  font-weight: none;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}
a.links_side_nav:hover {
  text-decoration: underline; 
  font-weight: none;
  font-size: 12px; 
  font-family: verdana; 
  font-style: none; 
  color: #a80000;
}


