/* ================================================================ 
This copyright notice must be untouched at all times.
The original version of this stylesheet and the associated (x/d)html
are available from Olaf Meys
Copyright (c) 2008-2009 Olaf Meys. All rights reserved.
=================================================================== /*

/*- Menu 1--------------------------- */
#menu1 {	width: 190px;
		margin: 5px;
		font-weight: bold }
	
#menu1 li a {	height: 32px;
	  	voice-family: "\"}\""; 
	  	voice-family: inherit;
	  	height: 24px;
		text-decoration: none; }	
	
#menu1 li a:link, #menu1 li a:visited 
	{	color: #000000;
		display: block;
		background:  url(menu1.gif);
		padding: 8px 0 0 20px }
	
#menu1 li a:hover 
	{	color: #FFFFFF;
		background:  url(menu1.gif) 0 -32px;
		padding: 8px 0 0 20px; }
	
	
/*- Menu 2--------------------------- */
#menu2 {	width: 190px;
		margin: 5px }
	
#menu2 li a {	height: 32px;
	  	voice-family: "\"}\""; 
	  	voice-family: inherit;
	  	height: 24px;
		text-decoration: none; }	
	
#menu2 li a:link, #menu2 li a:visited 
	{	color: #3688BA;
		display: block;
		background:  url(menu2.gif);
		padding: 8px 0 0 20px }
	
#menu2 li a:hover 
	{	color: #3688BA;
		background:  url(menu2.gif) 0 -32px;
		padding: 8px 0 0 20px }	



/*- Menu 3--------------------------- */
#menu3 {	width: 190px;
		margin: 5px }
	
#menu3 li a { 	height: 32px;
	  	voice-family: "\"}\""; 
	  	voice-family: inherit;
	  	height: 24px;
		text-decoration: none; }	
	
#menu3 li a:link, #menu3 li a:visited 
	{	color: #4D4D4D;
		display: block;
		background:  url(menu3.gif);
		padding: 8px 0 0 20px; }
	
#menu3 li a:hover 
	{	color: #FF9834;
		background:  url(menu3.gif) 0 -32px;
		padding: 8px 0 0 20px; }
		
		


