#nav_container {
	margin : 72px 0 0 175px;
	background: none;
	}
	
/* this is the main UL element*/
.dropdown{
	display:none;
	margin:0;
	padding: 0;
	list-style:none;
	font: bold 10pt/12pt Trebuchet MS, geogia, sans-serif;
		white-space: nowrap;
	text-align: center;
	z-index:10;
}

/* these are the inner menus*/
.dropdown ul{
	margin:0;
	padding:0;
	list-style:none;
	border-right:1px solid #A89959;
	border-bottom:1px solid #A89959;	
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0;
	padding:8px 0;
	width:120px;
	cursor:pointer;
}
.dropdown li:hover  {
	background: url(/boardsite_images/bismarck/nav_selected.gif) repeat-x 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%;
	padding: 0;
}

.dropdown a:hover{
	
}
.dropdown li:hover {
	
	}
/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	border-top:0;
	margin-left: -1px;
	background: #EFF0F0;
	background: #EBE8DE;
	font: normal 13px Trebuchet MS, geogia, sans-serif;
	border-top: 1px solid #fff;
	padding:2px 10px;
	text-align:left;
}
.dropdown ul li:hover{
	background: #EBE8DE;
	background: #EFF0F0;
}

/* these are the LIs that contains a submenu*/
.dropdown li.submenu-down{

}


.dropdown ul li a {
	color: #3A505B;
	}	
.dropdown ul li a:hover {
	color:#3A505B;
}

