#rightMenu {
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 42px;
	text-align: left;
	height: 430px;
	width: 168px;
	background-color: #eeeff9;
	background-image: url(rightMenu.jpg);
	background-repeat: no-repeat;
 }
#rightMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#rightMenu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
	margin-top: 2px;
}
#rightMenu a {
	display: block;
	width:148px;
	text-decoration: none;
	padding-left: 20px;
	color: #5357A2;
	padding-bottom: 4px;
	padding-top: 2px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #A7A9D1;
}
#rightMenu a:link {
	color: #5357A2;
}
#rightMenu a:visited{
	color: #5357A2;
}
#rightMenu a:hover {
	background-color: #DEDFF3;
	color: #454885;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #A7A9D1;	
}
#rightMenu a:active {
	background-color: #CFD0ED;
}
.smallText {
	font-size: 9px;
}
.header {
	font-size: 12px;
	color: #9598CE;
	padding-left: 20px;
	height: 20px;
	padding-top: 20px;
}
.subHeading {
	font-size: 11px;
	color: #764EA7;
}
