@charset "utf-8";
/* CSS Document */
a.hearingaids {
	background-image: url(../../../Images/TopMenu/Products/hearingaids.png);
	background-repeat: no-repeat;
}
a.alds {
	background-image: url(../../../Images/TopMenu/Products/alds.png);
	background-repeat: no-repeat;
}
a.earmolds {
	background-image: url(../../../Images/TopMenu/Products/earmolds.png);
	background-repeat: no-repeat;
}
a.batteries {
	background-image: url(../../../Images/TopMenu/Products/batteries.png);
	background-repeat: no-repeat;
}
a.hearingaidspass {
	background-image: url(../../../Images/TopMenu/Products/hearingaidspass.png);
	background-repeat: no-repeat;
}
a.aldspass {
	background-image: url(../../../Images/TopMenu/Products/aldspass.png);
	background-repeat: no-repeat;
}
a.earmoldspass {
	background-image: url(../../../Images/TopMenu/Products/earmoldspass.png);
	background-repeat: no-repeat;
}
a.batteriespass {
	background-image: url(../../../Images/TopMenu/Products/batteriespass.png);
	background-repeat: no-repeat;
}

a.hearingaidspass:hover {
	background-image: url(../../../Images/TopMenu/Products/hearingaids.png);
	background-repeat: no-repeat;
}
a.aldspass:hover {
	background-image: url(../../../Images/TopMenu/Products/alds.png);
	background-repeat: no-repeat;
}
a.earmoldspass:hover {
	background-image: url(../../../Images/TopMenu/Products/earmolds.png);
	background-repeat: no-repeat;
}
a.batteriespass:hover {
	background-image: url(../../../Images/TopMenu/Products/batteries.png);
	background-repeat: no-repeat;
}
h4.products {
	color:#38345A;
	border-bottom-color: #38345A;
}

h6.products {
	color:#38345A;
}
h3.products {
	color:#38345A;
}
img.hearingaidimg {
	float: right;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
 	padding: 10px;
	border: 1px solid #CCCCCC;
}
