/* CSS Document */

#navigation {
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	} 
#navigation ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 



#navigation li { 
 border-bottom: 1px solid #330099; 
} 

/* Change the button background colour below  */

#navigation li a {
	display: block;
	padding: 1px 1px 1px 3px;
	border-left: 8px solid #330099;
	border-right: 1px solid #330099;
	background-color: #DDDDDD;
	color: #330099;
	text-decoration: none;
}

/* Change the button hover colour below  */

#navigation li a:hover { 
 background-color: #B3AAA6; 
 color: #FFFFFF; 
}

.indent1 {
  padding-left: 2px;
}

.indent2 {
  padding-left: 4px;
}


#navigation1 {
	width: 125px;
	font-family: Verdana, Arial, Helvetica, sans-serif ;
	} 
#navigation1 ul { 
 list-style: none; 
 margin: 0; 
 padding: 0; 
} 



#navigation1 li { 
 border-bottom: 1px solid #212A20; 
} 

/* Change the button background colour below  */

#navigation1 li a {
	display: block;
	padding: 1px 1px 1px 3px;
	border-left: 8px solid #212A20;
	border-right: 1px solid #212A20;
	background-color: #ADD2AC;
	color: #330099;
	text-decoration: none;
}

/* Change the button hover colour below  */

#navigation1 li a:hover { 
 background-color: #B3AAA6; 
 color: #FFFFFF; 
}
