#menu {
	background: transparent url("images/OFF.gif") repeat-x top left;	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
      border-bottom:4px solid #336666;
	border-top:1px solid #C0E2D4;

}
#menu li {
	float: left;
	font: 90.5% "Helvetica", "Geneva", "Arial", "SunSans-Regular", "sans-serif";
      margin: 0;
	padding: 0;
}
#menu a {
	background: transparent url("images/DIVIDER.gif") no-repeat top right;
	color:#874B46;
	display: block;
	float: left;
	margin: 0;
	padding: 8px 12px;
	text-decoration: none;
}
#menu a:hover {
      background: #874B46 url("images/HOVER.gif") bottom center repeat;	
      color: #fff;
	padding-bottom: 8px;}

