/* @option user-selected navigation bar background setting */

#barFill {
	background: url(../../images/editable_images/dark-noise.jpg) repeat;
}

#nav ul li p,
#nav ul li a {
	background: transparent;
}

#nav ul li a:hover {
	background: transparent;
}

#nav ul li .current,
#nav ul li .current:hover,
#nav ul li .currentAncestor,
#nav ul li .currentAncestor:hover {
	background: transparent;
}