#navigation {
	
	background:white;
	width: 287px ;
	list-style: none ;
	margin: 0;
	padding: 0 ;


	}

	#navigation li {
	
	background: url(img/menu17.gif);
	color: black ;
	font-weight: bold;
	border: 0px solid #600 ;
	margin-top: 5px ;
	text-align: center; 

	height: 30px;

	}

	#navigation li a {
	display: block ;

	height: 20px;
	background: url(img/menu16.gif);
	color: black ;
	font: 1em "Trebuchet MS",Arial,sans-serif ;
	line-height: 1em ;
	text-align: center ;
	text-decoration: none ;
	padding: 4px 0 ;
	
	}

	#navigation li a:hover, #navigation li a:focus, #navigation li a:active {
	display: block;
	background: url(img/menu16.gif) 0 -32px;
	text-decoration: none ;

	}