#header-holder { background-image: url("../styles/images/feature.jpg"); background-repeat: no-repeat; }
.error { color: red; font-weight: bold; }

/* Styles for top, horizontal menu */
.mnuHeader { background-color: #F47C30; }
.mnuHeaderItem { text-align:center; font-size: 0.9em; background-color: #F47C30; color: white; display: block; text-decoration: none; padding-top: 3px; padding-bottom: 2px; padding-left: 6px; padding-right: 6px; border: 0; }
.mnuHeaderSubmenuItem { font-size: 0.9em; background-color: #F47C30; color: white; display: block; text-decoration: none; padding-top: 3px; padding-bottom: 3px; padding-left: 6px; padding-right: 6px; border-top: solid 1px white; border-bottom: 0; border-left: 0; border-right: 0; }
.mnuHeaderHover { background-color: #F8A168; }

/* Styles for bottom, horizontal menu */
.mnuFooter { }
.mnuFooterItem { text-decoration: none; color: #0b4c88; font-size: 0.9em; }
.mnuFooterHover { text-decoration: underline; }

/* Styles for left, vertical menu */
.mnuLeft { width: 100%; }
.mnuLeftItem { background-color: #c41130; border-bottom: 2px solid #ffffff; color: white; display: block; margin: 0 2 2 2; padding: 3px; text-decoration: none; width: 100%; }
.mnuLeftHover { background-color: #f47c30; border-left-color: #f8a168; }
