#navigation {
	float: left; border-left: #fff 1px solid; width: 158px; position: relative; height: 175px; background-color: #e1d3e2;
}
#navigation ul {
	padding-right: 0px; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px; list-style-type: none
}
#navigation li {
	display: inline
}
#navigation a {
	background-position: 2% 50%; display: block; padding-left: 20px; font-weight: normal; background-image: url(images/nav_bullet.gif); width: 158px; color: #000; line-height: 20px; border-bottom: #fff 1px solid; background-repeat: no-repeat; background-color: #e1d3e2; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; 
}
#navigation a:hover {
	color: #fff; border-bottom: #fff 1px solid; background-image: url(images/nav_bullet1.gif); background-repeat: no-repeat;  background-color: #b697b9
}
#navigation a.done {
	color: #8b608c; border-bottom: #fff 1px solid; background-color: #e1d3e2; background-image: url(images/nav_bullet1.gif); background-repeat: no-repeat; font-weight: normal
}
