.outer a, .outer div, .outer li, .outer ul, .outer body{
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}
div.menu{
	width: 225px;
}
div.menu ul{
	list-style: none;
	text-indent: 0px;
}
div.menu li{
	margin-top: 3px;
}
div.menu a{
	margin-top:1px;
	margin-bottom:1px;	
	padding:5px;
	color: #646464;
	display:block;
	height: 25px;
	text-decoration: none;
	background: url('images/background.gif') no-repeat;
}

div.menu a:hover{
	background: url('images/highlight.gif') no-repeat right;
}