﻿body 	{
	font-family: Arial;
	color: #FFFFFF;
	font-size: small;
	background-image: url('images/nav_fueller.jpg');
	background-repeat: repeat-y;
}
*		{
		padding:	0;
		margin:		0;
		}
	
 
#navigation	{
		position:			relative;
		top:				5px;
		left:				5px;
		display:			block;
		width: 				150px;
		height: 			auto;
		float:				left;
		}

#navigation ul
		
		{
		display:			block;
		width:				150px;
		height:				auto;
		}
 
#navigation ul li 	

		{
		list-style-type: 		none;
		display:			inline;
		height:				30px;
		width:				150px;
		text-align:			left;
		padding:			2px 0px 2px 0px;
		} 

#navigation ul li a
	
		{
		background-image:		url("images/navi_normal_gr.jpg");
		background-repeat:		repeat;
		background-position:		0 0;
		background-color:		inherit;
		display:			block;
		height:				22px;
		width:				139px;
		font-weight: normal;
		color: 				#ffffff; 
		text-decoration: 		none;
		padding:			6px 0px 0px 10px;
		margin:				1px 0px 0px 0px;
		}

#navigation ul li a:hover 

		{
		background-image:		url("images/navi_hover_gr.jpg");
		background-repeat:		repeat;
		background-position:		0 0;
		background-color:		inherit;
		color:				#eeeeee;
		display:			block;
		}