
	body { font-family: Tahoma;  }

	ul 	  {color:#FFF; line-height: 51px; margin: 0px; padding: 0px; position: absolute; left: 0px; width: 100% }
	
	li 	{ 	
		cursor: pointer; 
		list-style-type: none;  
		padding: 0 0 0 12px; 
  		background:url("../pics/blank_button.jpg");
  		background-repeat:no-repeat;
  		background-position: 0 px;
	   	}
	   	
	 .lo  {
	 	line-height: 40px;
	 	background:url("../pics/blank_button2.jpg");
  		background-repeat:no-repeat;
  		background-position: 0 px;
	 	}
	   
	a 	{ 	
		color: rgb(255, 255, 255); 
		text-decoration: none;
	  	}

	a:hover { 
		color: rgb(0, 0, 0); 
		background-color: rgb(255, 255, 255); 
		text-decoration: underline; 
		}

//	div  { color: black; background-color: silver; margin: 0px; padding: 0 20 0 18px; border: solid 1px; width: 100% }