﻿.menu
{
	color: White;
	font-family: Arial;
	text-decoration: none;
	border: 0px;

	display: Inline;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url('../images/nav-images/white-square.gif');
	padding-left: 15px;
	white-space: nowrap;
	 
} 
.menu:hover { 
   background-image: url('../images/nav-images/red-square.gif'); 
} 
