/* HORIZONTAL NAVIGATION TOP */

#menuh-container {
font-size: 1em;
position: relative;
top:0;
left:0;
width:763px;
height:38px;
margin:0 auto;
border: 1px solid white;
}

#menu {
padding:0 0 0 0;
margin:0 0 0 17px; /* MOVES NAV LEFT OR RIGHT */
color:#fff;
font-family:arial, helvetica, sans-serif;
font-size:1.1em;
font-weight:bold;
white-space:nowrap;
list-style-type:none;
text-align:center;
}
#menu li {
display:inline;
white-space:nowrap;
}
#menu li a {
padding:0.2em 0.9em;
background-color:#9C1800; /* OFF-COLOR BUTTON BACKGROUND */
color:#FFF;
text-decoration:none;
float:left;
/* border-right:1px solid #000; */
/* border-left:1px solid #9C1800; */
white-space:nowrap;
overflow:hidden;
/* margin:0 2px 3px 2px; */
/* font-size:14px; */
}
#menu li a:hover {
background:#FEA15B;
/* background:#fc6; */
color:#800000;
/* font-size:14px; */
}


/* BANNERS */
#tw {
background-color:#9C1800;
vertical-align:top;
/* border-left:1px solid #000; */
/* width:765px; */
/* padding-left:1px; */
/* border-top:1px solid #000; */
/* border-bottom:1px solid #000; */

}