/*
.RightNavBox {
	display: block;
	width: 190px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	background-image: url(../Images/1px-MenuRt.gif);
}
.RightNavTitle {
	text-transform: uppercase;
	color: #003399;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
*/
#RightNavList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
}
a.RightTopNav:link, a.RightTopNav:visited {	
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
/*
background-image: url(../Images/1px-MenuRt.gif);	*/
}
a.RightTopNavOn:link, a.RightTopNavOn:visited {
	background-color: #999999;
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}
a.RightTopNav:hover {

	background-color: #999999;
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.RightNav:link, a.RightNav:visited {
	color: #333333;
	text-decoration: none;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
/*	background-image: url(../Images/1px-MenuRt.gif);	*/
}
a.RightNavOn:link, a.RightNavOn:visited {
	background-color: #999999;
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
a.RightNav:hover {
	background-color: #999999;
	background-image: none;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding: 5px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
.RightSubNavBox {
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	padding-bottom: 3px;
/*	background-image: url(../Images/1px-MenuRt.gif);	*/
}
.RightSubNavBox ul {
	list-style-type: none;
}
a.RightSubNav:link, a.RightSubNav:visited {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #333333;
	text-decoration: none;
	display: block;
}
a.RightSubNav:hover {
	text-decoration:underline;	
}
a.RightSubNavOn:link, a.RightSubNavOn:visited {
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #003399;
	text-decoration: none;
	display: block;
}
