/* CSS Document 

--------------------------------------------------------------------
						Matt Clayburn, CoCreate, matt@cocreatedesign.com
						for
						Community Foundation for Merseyside
						01/09/2008
						
						Version 1.0
						
						**Please annotate amendments and log below**
						--------------------------------------------
						Amendments
						----------
						
						
						--------------------------------------------

## Designers Notes
------------------
Colours
-------	
purple: #741684
pale purple: #DAC9E1
grey: #E9EAEB
mid purple: #C2A6CE			
--------------------------------------------------------------------
*/
/* --------------------------------------
		Main Menu (Tree menu)
---------------------------------------*/
#menuHolder{
width:213px;
padding:25px 0 40px 20px;
border:solid 1px #DAC9E1;
}
#menuHolder a{
text-decoration:none;
}
.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}
.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
list-style-type: none;
}
.treeview li a.menu{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
display:block;
width:188px;
height:20px;
padding:2px 0 8px 2px; 
border-top:#DAC9E1 solid 1px;
color:#741684;
font-weight:bold;
}
.treeview li a.menu:hover, .treeview li a.down{
background:url(../images/bg_menubtn.gif) repeat-x;
}
/*.treeview li ul{ /*Style for ULs that are children of LIs (submenu)
display: none;
}*/
.treeview li ul li a.menu{
display:block;
width:178px;
height:20px;
padding:2px 0 8px 12px;
border:none; 
color:#741684;
font-weight:normal;
}
.treeview li ul li a.menu:hover, .treeview li ul li a.down{
font-weight:bold;
}