#pageNavLeft{
	width: 158px;
	background-color: #ff0000;
	font: 11px Arial, Helvetica, Verdana, sans-serif;
	font-weight: bold;
}

#sectionLinksLeft{
	margin: 0px;
	padding: 0px;

}

#sectionLinksLeft a:link, #sectionLinksLeft a:visited {
	position: relative;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #666666;
	padding: 3px 0px 3px 10px;
	color: #ffffff;
	text-decoration: none;
	width:158px;
}

#sectionLinksLeft a:hover{
	position: relative;
	border-left: 8px solid #ffff33;
	border-right: 8px solid #ffff33;
	background-color: #ffffff;
	color: #ff0000;
	padding: 3px 0px 3px 6px;
	text-decoration: none;
	width:158px;
}


