@import url('layout.css');
@import url('colors.css');

@media screen{
	#spotlight {background-image: url('../graphics/layout/bg_spotlight.jpg');}
	#shadow {
		background-image: url('../graphics/layout/spotlight_shadow.png');
		width:591px;
		height:31px;
		position:relative;
		top:-15px;
		z-index:3;
		}
	#masthead {background-image: url('../graphics/layout/bg_masthead.jpg');}
	#masthead_image{background-image: url('../graphics/layout/masthead_shadow.png');}
	#nav_left ul li a:link, #nav_left ul li a:visited {
		background-image:url('../graphics/layout/bg_nav.gif');
		}
	#nav_left ul li a:hover, #nav_left ul li a:active, #nav_left ul li.selected a:link, #nav_left ul li.selected a:visited {
		background-image: url('../graphics/layout/bg_nav_selected.gif');
		}
	li.toplevel a.home_link {background-image:url('../graphics/layout/icon_home.gif');}
	#spotlight_text ul li div a {
		background:url('../graphics/layout/bullet.png') no-repeat;
		}
}