
#regTopMenuBar .menuLinks, #categoryProducts .thumbnail > div, .infoBox .infoTitle, .productSlides .productTiles .thumbnail > div  {
    background: #004099; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#004099, #00A1FA); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#004099, #00A1FA); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#004099, #00A1FA); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#004099, #00A1FA); /* Standard syntax */
}
.breadCrumbArrow { color: #00A1FA; text-decoration: none; }
h1, a, #regBodyContent h1 { color: #004099; text-decoration: none; }
