@charset "utf-8";
.navbarproducts a:link {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navbarproducts a:visited {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}
.navbarproducts a:active {
	font-family: Calibri;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

.navbarproducts a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

