body { background: #000100 url(https://assets.ngin.com/site_files/2732/background.jpg) top center no-repeat; }

#siteHeader {height: 245px;}

.subNav li a, .relatedSections li a {
/*background: #0037E4 url(https://assets.ngin.com/theme_images/reed/royal_black/subNavChild.png) top left repeat-x;
*/
background: #d0ae88; /* Old browsers */
background: -moz-linear-gradient(top, #d0ae88 0%, #b0956f 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d0ae88), color-stop(100%,#b0956f)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #d0ae88 0%,#b0956f 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #d0ae88 0%,#b0956f 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #d0ae88 0%,#b0956f 100%); /* IE10+ */
background: linear-gradient(to bottom, #d0ae88 0%,#b0956f 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d0ae88', endColorstr='#b0956f',GradientType=0 ); /* IE6-9 */
border-top: 1px solid #03227E;
}

.subNav .children a:hover, .relatedSections a:hover {
background: #001966;
}

.relatedSections li.selected a:hover {
background: #927b5c;
}

.subNav .selected a, .relatedSections .selected a {
background: #927B5C;
}
