a.rightNavItem {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#666666;
	text-decoration:none;
	display:block;
	width:145px;
	padding-left:16px;
	padding-bottom:10px;
}

a.rightNavItem:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#666666;
	text-decoration:none;
	display:block;
	width:145px;
	padding-left:16px;
	padding-bottom:10px;
	background-image:url(../images/layout/rightNavBulletHover.gif);
	background-repeat:no-repeat;
}

a.rightNavItemSelected {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#440C6B;
	text-decoration:none;
	display:block;
	width:145px;
	padding-left:16px;
	padding-bottom:10px;
	background-image:url(../images/layout/rightNavBulletSelected.gif);
	background-repeat:no-repeat;
}

a.rightNavItemSelected:hover {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#440C6B;
	text-decoration:none;
	display:block;
	width:145px;
	padding-left:16px;
	padding-bottom:10px;
	background-image:url(../images/layout/rightNavBulletSelected.gif);
	background-repeat:no-repeat;
}
