#navigation {
	float: left; border-left: #fff 1px solid; width: 158px; position: relative; height: 356px; background-color: #f3eaff;
}
#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: #990f96 1px solid; background-repeat: no-repeat; background-color: #e3ceff; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 13px; 
}
#navigation a:hover {
	color: #000; border-bottom: #990f96 1px solid; background-image: url(images/nav_bullet1.gif); background-repeat: no-repeat 
}
#navigation a.done {
	color: #000; border-bottom: #990f96 1px solid; background-color: #e3ceff; background-image: url(images/nav_bullet1.gif); background-repeat: no-repeat
}
#navigation a.none {
	color: #000; border-bottom: #990f96 1px solid; background-color: #e3ceff; background-image: url(images/bbb_bullet1.gif); background-repeat: no-repeat
}
#navigation a.indent {
	color: #000; border-bottom: #990f96 1px solid; background-color: #e3ceff; background-image: url(images/nav_bullet_a.gif); background-repeat: no-repeat; font-size: 11px; font-weight: bold; color: #000
}
#navigation a.indent:hover {
	color: #000; border-bottom: #990f96 1px solid; background-color: #e3ceff; background-image: url(images/nav_bullet_b.gif); background-repeat: no-repeat; font-size: 11px; font-weight: bold; color: #000 
}
#navigation a.indent-done {
	color: #000; border-bottom: #990f96 1px solid; background-color: #e3ceff; background-image: url(images/nav_bullet_b.gif); background-repeat: no-repeat; font-size: 11px; font-weight: bold; color: #000
}