#titlebar {
	background-image: url(../graphics/title-yellow.gif);
}
	
#nav {
	background-image: url(../graphics/navbg-yellow.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: right top;
}

#nav li a {
	background-image: url(../graphics/navbg-yellow.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	background-attachment: fixed;
}

#nav li a:hover {
	background-image: url(../graphics/navbg2-yellow.jpg);
}

#nav li a:active {
    background-image: url(../graphics/navbg3-yellow.jpg);
}
	
#sidetag {
	background-image: url(../graphics/sidebar-yellow.gif);
}



