.PageMenu .sf-menu > li:hover > a {
color: #000000;
background: #ffffff;
}

.PageMenu li ul {
color: #ffffff;
background: #000000;
}

.FeaturedProducts {
margin-top: 0;
}

.slide-show {
margin-bottom: 0px;
}

/* the css clip below hides the left-hand categories panel */
.Left {
display: none !important;
}
.Content.left {
padding-left: 0 !important;
}

/* the css clip below is supposed to hide the quantity box on products */
.qty {
display: none;
}
