/*---------------LEVEL 1 SCREEN ONLY STYLES---------------------*/

/* The following styles are to create the rollover graphic effect for
the index page buttons on screen only. The files will print with a
standard bulleted list. */


#navcont1 ul, #navcont2 ul, #navcont3 ul { 
	list-style-type: none;
	}

#navcont1 ul li a, #navcont2 ul li a, #navcont3 ul li a { 
	padding-left: 20px;
	background: transparent url(/parents/socsci/books/graphics/list-off.gif) left top no-repeat;
	}

#navcont1 ul li a:hover, #navcont2 ul li a:hover, #navcont3 ul li a:hover { 
	background: transparent url(/parents/socsci/books/graphics/list-on.gif) left top no-repeat;
	text-decoration: underline;
	color: #f63; 
	}

#navcont1 ul li.cs, #navcont2 ul li.cs, #navcont3 ul li.cs { 
	color: #3B3B3B;
	padding-left: 20px;
	background: transparent url(/ss/socsci/books/graphics/list-off.gif) left top no-repeat;
	}
