@charset "utf-8";
/* CSS Document */



.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a {
	background-color: #0C6 !important;
	background-image: none
}

a.AddToCart {
  background: url('/Icons/addtocart1.png') no-repeat;
  width: 202px;
  height: 52px;
  display: block;
  text-indent: -9999px;
}

a:hover.AddToCart {
  background: url('/Icons/addtocart2.png') no-repeat;
}

a { 
	color:#006;
}

a:hover {
	color:#00C;
}