html {
	margin: 0px;
	padding: 0px;
	}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(images/background-menu.jpg);
	}
ul {
	list-style: none;
	margin: 0px;
	margin-left: 0px;
	padding: 0px;
	width: 220px;
	text-align: center;
	font-family: verdana, arial, sans-serif;
	font-size: 9px;
	}
ul li {
	margin: 0px;
	padding: 0px;
	height: 20px;
	float: left;
	clear: left;
	} 
ul li a {
	display: block;
	background-image: url(images/menu-off.jpg);
	padding: 5px 0px 0px 28px;
	background-repeat: no-repeat;
	width: 159px;
	_width: 187px;
	height: 15px;
	_height: 20px;
	text-decoration: none;
	color: #825d4a;
	font-weight: bold;
	}
ul li a:visited {
	background-image: url(images/menu-off.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 28px;
	width: 159px;
	_width: 187px;
	height: 15px;
	_height: 20px;
	text-decoration: none;
	}
ul li a:active {
	background-image: url(images/menu-on.jpg);
	background-repeat: no-repeat;
	padding: 5px 0px 0px 28px;
	width: 159px;
	_width: 187px;
	height: 15px;
	_height: 20px;
	text-decoration: none;
	}
ul li a:hover {
	background-image: url(images/menu-on.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
	padding: 5px 0px 0px 28px;
	width: 159px;
	_width: 187px;
	height: 15px;
	_height: 20px;
	}
#animation {
	position: absolute;
	top: 158px;
	}