/*
	The hover effect when mousing over a main nav item
*/
#mainnav li.active,
#mainnav li a:hover {
	background: url(../images/themes/yellow/mainnav-active.png) repeat-x top;
}

#mainnav li ul li.active span {
	background: transparent url(../images/themes/yellow/subnav-active.png) no-repeat center top;
}
#mainnav li ul {
	background: url(../images/themes/yellow/subnav.png) repeat-x top left;
}

#title {
	background: url(../images/themes/yellow/titlebox.png) repeat-x top left;
}


