#rightNav {
	width: 150px;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #EEEEEE;
	}
#rightNav ul {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	padding: 0;
	margin: 20;
	}
#rightNav li {
	margin: 0px;
	padding: 0px;
	}
#rightNav a {
	display: block;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 142px;
	border-top-width: 0px;
	border-top-style: solid;
	border-top-color: #E2E2E2;
	padding-left: 1px;
	}
#navlist .open {
	background-image: url(/img/arrowBullet_blue.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navlist .close {
	background-image: url(/img/arrowBullet_greyBack.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#rightNav a:hover {
	color: #006699;
	text-decoration: none;
	background-color: #F5F5ED;
	}
#rightNav ul ul li {
	margin-bottom: 5px;
	color:#ff9900;
	}
#rightNav ul ul a {
	display: block;
	color:#ff9900;
	text-decoration: none;
	background-image: none;
	padding-left: 15px;
	width: 135px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}
#rightNav ul ul a:hover {
	color: #006699;
	background-color: #FFFFFF;
	}


