/* CSS Document */

/* 1st Tier nav */

#nav ul li a.education {
	color: #000;
	border-bottom: 1px solid #333333;
	background: #C6CBE7;}

/* Open up 2nd Tier nav */

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

#education.chamber #nav ul ul li a.chamber {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat ;	
	background-position: 1em .6em;	 }
			
#education.discover #nav ul ul li a.discover {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
			
#education.connecting #nav ul ul li a.connecting {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }
			
#education.day_of_music #nav ul ul li a.day_of_music {	
	color: #333333;
	background: #F0F1F9 url(/images/arrow.gif) no-repeat;
	background-position: 1em .6em;	 }		
	

	
#education.discovery img {
	margin-bottom: 10px;
}
