@charset "UTF-8";
/* CSS Document */

#menu2 .topper {
	width: 200px;
	height: 30px;
	background-image: url(images/menus/images/topper.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#menu2 .benefits {
	width: 200px;
	height: 35px;
	background-image: url(images/menus/images/benefits.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 25px;
}
#menu2 .individuals {
	width: 200px;
	height: 35px;
	background-image: url(images/menus/images/individuals.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 60px;
}
#menu2 .patients {
	width: 200px;
	height: 35px;
	background-image: url(images/menus/images/patients.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 95px;
}
#menu2 .corperations {
	width: 200px;
	height: 60px;
	background-image: url(images/menus/images/corporations.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 130px;
}
#menu2 .bottomer {
	width: 200px;
	height: 25px;
	background-image: url(images/menus/images/topper.gif);
	background-repeat: no-repeat;
	background-position: left;
	top: 160px;
}
