a {
	text-decoration: none;
	color: #0099CC /*~ link.color */;
}
a:visited {
	text-decoration: none;
	color: #0099CC /*~ link-visited.color */;
}
a:hover, .upsell table td a:hover {
	text-decoration: underline;
	color: #FF9900 /*~ link-hover.color */;
}
.navigation1 li a:hover {
	color: #FF9900 /*~ nav-menu-hover.color */;
	padding-left: 12px;
	background-repeat: no-repeat;
	background-position: left;
}
