#navigation td {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #000000;
	text-align: left;
	}

#navigation td.first {
	border-top: 0px;
	}
#navigation td.last {
	border-bottom: 0px;
	}

	
#navigation a {
	font: bold 10px Verdana, Arial, sans-serif;
	color: #ffffff;
	line-height: 26px;
	text-decoration: none;
	display: block; /*	padding:8px 6px 10px 26px; */
	width: "184";
	padding-left: 20px;
}
	
#navigation a:hover {
/*	background: #5b98d4 url("arrow.gif") no-repeat 14px;*/
	background: #5b98d4;
}
				

#leftBody ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#leftBody ul li {
	margin-bottom: 8px;
}

#leftBody li a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}

#leftBody li a:hover {
	text-decoration: underline;
}


#rightBody ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}

#rightBody li {
	margin-bottom: 10px;	
}

#rightBody li a {
	text-decoration: none;
	color: #000099;
	font-weight: bold;
}

#rightBody li a:hover {
	text-decoration: underline;
}

