
#container { margin-top: 15px; }

#categories ul li a {
	background-color: #eee;
	color: #900;
}

#categories ul li a:hover, #menu li.item:hover {
	background-color: #ddd;
}

#menu ul { padding-left: 0px; }

#menu li.item {
	list-style-type: none;
	list-style-image: none;
	background-color: #eee;
	color: #000;
}

/*
a.location {
	background-color: #eee;
	color: #900;
}
*/

a.location:hover {
	background-color: #ddd;
}

#footer-logo-container {
	float: left;
	margin-right: 20px;
	
	}

