h1, h2, h3, h4, a {
	color: #222;
}

ul#root-menu {
	background: #000 url('../../images/menu-bg.jpg') bottom repeat-x !important;
}

ul#root-menu li ul {
	background: rgb(51, 51, 51);
	background: rgba(34, 34, 34, .9);
}

#footer, span.footer {
	background: #eee;
}

#copyright {
	background: #333;
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	#menu {
		/*background: #000 url('../../images/menu-bg.png') repeat-x;*/
	}
	
	ul#root-menu {
		/*background: none !important;*/
	}
}

