/* ########## CSS Rollover Code starts here ########## */

* html a:hover {
	visibility: visible;	/* set all hovers visible by default */
	}

.menu div {
	margin: 10px 0px 10px 0px;
	}

.nav_aboutus {
	display: block;
	position: relative;
	background-image: url(images/menu_on_aboutus.gif);	/* set bg to the 'on' image */
	background-repeat: no-repeat;
	width: 123px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}
.nav_aboutus a:hover img {
	visibility: hidden;	/* hide the image on hover, and let the background show through */
	}

.nav_services {
	display: block;
	position: relative;
	background-image: url(images/menu_on_services.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}
.nav_services a:hover img {
	visibility: hidden;
	}

.nav_feescosts {
	display: block;
	position: relative;
	background-image: url(images/menu_on_feescosts.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	}
.nav_feescosts a:hover img {
	visibility: hidden;
	}

.nav_newsletters {
	display: block;
	position: relative;
	background-image: url(images/menu_on_newsletters.gif);	/* set bg to the 'on' image */
	background-repeat: no-repeat;
	width: 123px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}
.nav_newsletters a:hover img {
	visibility: hidden;	/* hide the image on hover, and let the background show through */
	}

.nav_financialservicesguide {
	display: block;
	position: relative;
	background-image: url(images/menu_on_financialservicesguide.gif);	/* set bg to the 'on' image */
	background-repeat: no-repeat;
	width: 123px;
	height: 45px;
	margin: 0px;
	padding: 0px;
	}
.nav_financialservicesguide a:hover img {
	visibility: hidden;	/* hide the image on hover, and let the background show through */
	}

.nav_usefullinks {
	display: block;
	position: relative;
	background-image: url(images/menu_on_usefullinks.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}
.nav_usefullinks a:hover img {
	visibility: hidden;
	}

.nav_contactus {
	display: block;
	position: relative;
	background-image: url(images/menu_on_contactus.gif);
	background-repeat: no-repeat;
	width: 123px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	}
.nav_contactus a:hover img {
	visibility: hidden;
	}

/* ########## CSS Rollover Code ends here ########## */
