#nav_container {
	background: #beb073;
	padding-left: 30px;
	width: 960px;
	}

/* this is the main UL element*/
.dropdown{
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font: bold 15px Trebuchet MS, georgia, sans-serif;
	letter-spacing: 0.5pt;
	white-space: nowrap;
	text-align: center;
	}
.dropdown li:hover, .dropdown li.submenu-down:hover {
	background: #D8CB81;
	}
	
/* these are the inner menus*/
.dropdown ul{
	margin: 0;
	padding: 0;
	list-style: none;
	border-right:1px solid #888A63;
	border-bottom:1px solid #888A63;
	}

/* these are all the LIs in the menu*/
.dropdown li{
	margin: 0;
	padding: 4px 25px;
	width: 130px;
	cursor: pointer;
	
	}
	
/* HOVER ON 1ST CHILD LIST */
.dropdown ul li:hover {
	cursor: pointer;
	background: url(/boardsite_images/main_nav_hover_link.jpg) no-repeat top left;
	}
	
/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color: #000;
	width: 100%;
	}
.dropdown a:hover{
	text-decoration:none;
	}
/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border: 1px solid #fff;
	border-bottom: 0;
	margin-left: -1px;
	width: 150px;
	text-align:left;
	background: #ECE9DC;	
	color: #000;
	font: normal 12px Trebuchet MS, georgia, sans-serif;
	letter-spacing:normal;
	}
.dropdown ul li a {
	color: #670900;
	}	
.dropdown ul li a:hover {
	color: #000;
	
}
