	#navigation {
		width: 190px;
		padding: 0px 0px 0px 0px;
		background: #f2f2f2;		
	}
	#navigation td {
		font: 100% verdana;
		padding: 0px 0px 0px 0px;	
		border-bottom: 0px dashed #ff0000;
		border-top: 0px solid #ffffcc;
		border-left: 0px solid #ffffcc;
		border-right: 0px solid #ffffcc;
	}
	#navigation a {
		display: block;
		color: #666666;
		text-decoration: none;
		font-weight: normal;
		text-align: left;
		padding: 5px 5px 2px 5px;	
		border-bottom: 1px dashed #cccccc;
	}
	#navigation a:hover {
		display: block;
		background: #eeeeee;
		color: #ff0000;
		text-decoration: none;
		vertical-align: middle;
		border-bottom: 1px dashed #cccccc;
		border-right: 0px solid #999999;
	}
	#navigation a.current {
		display: block;
		background: #ffffff;
		color: #ff0000;
		text-decoration: none;
		font-weight: normal;
		border-bottom: 1px dashed #ff0000;
	}
	#navigation a.current:hover {
		display: block;
		background: #ffffff;
		color: #ff0000;
		text-decoration: none;
		font-weight: normal;
		vertical-align: middle;
		border-bottom: 1px dashed #ff0000;

	}