#menu {
	background-image: url(images/menu-separator.png);
	background-position: top left;
	background-repeat: no-repeat;
	
	margin: 10px 0px 0px 0px;
	padding: 8px 0px 0px 0px;
	
	float: left;
	
	width: 100%;
}
#menu ul {
	background-image: url(images/menu-separator.png);
	background-position: bottom left;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 2px;
	padding: 0px 0px 8px 0px;
}
#menu ul li {
	line-height: 1%;
}
#menu ul li a {
	font: normal normal 16px Georgia, Arial;
	color: #dd291e;
	text-decoration: none;
	outline: none;
	
	background-image: url(images/bullet-menu.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 8px;
}
#menu ul li a:hover {
	color: #000000;
	
	background-image: url(images/bullet-menu-over.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#menu ul li a.actual {
	color: #000000;
	
	background-image: url(images/bullet-menu-over.png);
	background-repeat: no-repeat;
	background-position: center left;
}
#menu ul li a span {
}
