#rightMenus {
	padding-top: 8px;
	width: 225px;
	font-size: 12px;	
}
.productMenusTitle, .solutionMenusTitle, .testimonialMenusTitle{
	font-weight: bold;
	padding-top: 10px;
	padding-left: 20px;
	height: 19px;
}
#apgMenus {
	background-image: url(../images/apgMenus.gif);
	background-repeat: no-repeat;
}
#collectorsMenus {
	background-image: url(../images/collectorsMenus.gif);
	background-repeat: no-repeat;
}
#reportPacksMenus {
	background-image: url(../images/reportPacksMenus.gif);
	background-repeat: no-repeat;
}
#solutionsMenus, #testimonialMenus {
	background-image: url(../images/solutionsMenus.gif);
	background-repeat: no-repeat;
}
#pageMenus {
	background-image: url(../images/pageMenu.gif);
	background-repeat: no-repeat;
	padding-top: 5px;
}
#rightMenus ul{
	background-image: url(../images/rightMenus.gif);
	list-style-type: none;
	margin: 0px;
	padding-left: 13px;
	background-repeat: repeat-y;
}
.productMenusBottom, .solutionMenusBottom, .testimonialMenusBottom {
	background-image: url(../images/productMenusBottom.gif);
	height: 10px;
}
#rightMenus a {
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 23px;
	color: #969799;
	text-decoration: none;
	display: block;
	width: 175px;
}
#rightMenus a:hover, .current a {
	color: #47453b;
	text-decoration: none;
	background-color: #e1ecb0;
	background-image: url(../images/fleche-droite.gif);
	background-repeat: no-repeat;
	background-position: 9px 6px;
}