#menu {
	background: transparent;
	float: left;
	list-style: none;
	padding: 0;
	width: 120px;
}
#menu li {
  	background: url('graf/menu-bg.png') no-repeat bottom;
	font: 18px "Georgia", sans-serif;
	font-style: italic;

	margin: 0;
	padding: 0;
}
#menu a {
	background: transparent;
	color: #000000;
	display: block;
	margin: 0;
	padding: 8px 5px;
	text-decoration: none;
}
#menu a:hover {
	background: transparent;
	color: #ffffff;
	padding-bottom: 8px;
}
#menu a.active {
	background: transparent;
	color: #4e8000;
	padding-bottom: 8px;
}
