/* CSS Document */

/* 1st Tier nav */

#nav ul li a.books {
	color: #FFFFFF;
	background: #006C5F;
	border-bottom: 1px solid #333333;}

/* Open up 2nd Tier nav */

#books #nav ul ul.books { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#books #nav ul ul a { 
	padding: 4px 0px 4px 24px;
	width: 125px;
	border-bottom: 1px solid #333333;
	text-decoration: none; }		
	
#books #nav ul ul a:link, #books #nav ul ul a:visited {
	padding: 4px 0px 4px 24px;
	font-weight: normal;
	color: #333333;
	background: #E7D8ED;}
	
#books #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 24px;
	color: #333333;
	background-color: #F9DBDF; }
	
/* Second Tier nav Links */

#books.imp_1 #nav ul ul li a.imp_1 {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#books.imp_2 #nav ul ul li a.imp_2 {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }

#books.imp_3 #nav ul ul li a.imp_3 {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#books.imp_1_cd #nav ul ul li a.imp_1_cd {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }

#books.imp_2_cd #nav ul ul li a.imp_2_cd {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
#books.unpublished #nav ul ul li a.unpublished {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }	
	
#books.theater #nav ul ul li a.theater {	
	color: #000;
	background: #FCEFF1 url(/images/arrow.gif) no-repeat 1em 0.6em;	 }
	
/* other CSS */
	
#content_main ul {
	list-style: none;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: 1em;}
	
#content_main li {
	padding-top: 0px;
	margin: 0px;
	padding-bottom: 0px;}

