/* CSS Document */

@import url(sections.css);

/* Links */

	div#toplevellinks a {
		display: block; 
		text-align: center; 
		font-size: 12pt; 
		font-weight:bold;
   		padding: 5px 10px; 
		margin: 0 0 2px; 
   		text-decoration: none; 
		color: #FFFFFF;
		background: #5F708C;
		}
	
	div#toplevellinks a:hover {
		color: #000000;
		background: #846A87;
		}
		
	div#toplevelmisc a {
		display: block; 
		text-align: center; 
		font-size: 12pt; 
		font-weight:bold;
   		padding: 5px 10px; 
		margin: 0 0 2px; 
   		text-decoration: none; 
		color: #FFFFFF;
		background: #5F708C url('mer_chibi_direct-f.jpg') left no-repeat;
		}
	
	div#toplevelmisc a:hover {
		color: #000000;
		background: #846A87 url('mer_chibi_direct-i.jpg') left no-repeat;
		}
		
		
	a:link {
		font-weight: bold; 
		text-decoration: none; 
		color: #5F708C;
		}
		
	
	a:visited {
		font-weight: bold; 
		text-decoration: none; 
		color: #846A87;
		}
		
	a:hover {
		font-weight: bold; 
		text-decoration: underline; 
		}
		
	a:active {
		font-weight: bold; 
		text-decoration: underline; 
		color: #5C6D65;
		}
		

