/* CSS Document */

/* 1st Tier nav */

#nav ul li a.documents {
	color: #10305A;
	background-color: #E7EFFF;
	font-weight: bold;		}

/* Open up 2nd Tier nav */

#documents #nav ul ul.documents { 
	display:list-item;
	margin: 0px;
	padding: 0px;
	list-style: none; 
	font: 100% arial, helvetica, sans-serif;  }
	
#documents #nav ul ul a {
	padding: 4px 0px 4px 30px;
	width: 128px;
	text-decoration: none;}		
	
#documents #nav ul ul a:link, #documents #nav ul ul a:visited {
	padding: 4px 0px 4px 30px;
	font-weight: normal;
	color: #333333;
	background-color: #fff;}
	
#documents #nav ul ul a:hover {
	font-weight: normal;
	padding: 4px 0px 4px 30px;
	color: #333333;
	background-color: #E7EFFF; }
	
/* Second Tier nav Links */

#documents.legislative #nav ul ul li a.legislative {
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#documents.salary #nav ul ul li a.salary {
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#documents.minutes #nav ul ul li a.minutes {	
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#documents.pers #nav ul ul li a.pers {	
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#documents.history #nav ul ul li a.history {	
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#documents.ous #nav ul ul li a.ous {	
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }
	
#documents.orp #nav ul ul li a.orp {	
	color: #10305A;
	background: #fff url(/images/arrow.gif) no-repeat;
	background-position: .6em .6em;	 }