#navBar{
	float: right;
	width: 17%;
	margin: 10px 10px 0px 0px;
	padding: 0px;
	background-color: #eeeeee;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}

.RHSsectionLinks{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 80%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	color: #333333;

}

.RHSsectionLinks h3{
	padding: 2px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
	background-color: #CCCCCC;
	font-size: 90%;
	background-image: url(../images/Button-BG-L.jpg);
	color: #FFFFFF;
	background-position: top;
}



RHSsectionLinks h3 a:hover {
text-decoration:underline;
}

.RHSsectionLinks a:link, .RHSsectionLinks a:visited {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url(../images/bg_nav.jpg);
	font-size:90%;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #666666;
	display: block;
	white-space: nowrap;
}

.RHSsectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #CCCCCC;
	background-image: url(../images/Button-BG.jpg);
	font-weight: bold;
	text-decoration: underline;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
}
.RHSsectionLinks img {
	float: left;
	margin-right: 5px;
	border: 1px solid #FFFFFF;

}
