#navigation {	background-color: #FFFFFF;	height: 380px;	width: 150px;	top: 120px;	left: 0px;	margin: 0px;	padding: 0px;	display: block;	float: left;}#navigation ul {	list-style-type: none;	padding: 0px;	margin: 0px;}#navigation li {	display: block;	font-size: 12px;	font-weight: normal;	color: #333333;	text-decoration: none;	background-image: none;	text-indent: 15px;	margin: 0px;	list-style-type: none;	line-height: 12px;	padding: 0px;	text-align: left;}#navigation li a {	text-decoration: none;	margin: 0px;	padding: 3px 0px 0px 12px;	display: block;	height: 18px;	text-indent: 6px;	color: #000000;	font-size: 11px;	background-image: url(pics/star_3.gif);	background-repeat: no-repeat;	background-position: 1px 1px;	}#navigation li a:hover {	display: block;	color: #CC0000;	text-decoration: none;	background-image: url(pics/star_1.gif);	padding-top: 3px;	margin: 0px;	padding-right: 0px;	padding-bottom: 0px;	padding-left: 12px;	height: 18px;	border-left-width: 1px;	border-left-style: none;	border-left-color: #C61217;}#navigation li a.current {	display: block;	text-decoration: none;	border-right-width: 3px;	border-right-style: none;	border-right-color: #D8001D;	border-left-width: 1px;	border-left-style: none;	border-left-color: #D8001D;}
