#BOX #BUTTONS{
	/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:980px;
	height:23px;
	text-align:left;
}

#SubZone1, #SubZone2, #SubZone3, #SubZone4, #SubZone5, #SubZone6 {
	position:absolute;
	top:0px;
	visibility:visible;
	z-index:300;
}
#SubZone1 { left:113px; }
#SubZone2 { left:226px; }
#SubZone3 { left:383px; }
#SubZone4 { left:494px; }
#SubZone5 { left:648px; }
#SubZone6 { left:770px; }



#DDn1, #DDn2, #DDn3, #DDn4, #DDn5, #DDn6 {
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#ffffff;
	border:1px solid #003300;
        border-top: none;
	width:230px;
	padding: 0;
}
#DDn1 a, #DDn2 a, #DDn3 a, #DDn4 a, #DDn5 a, #DDn6 a {
	display: block;
	padding: 8px 8px;
	margin-bottom: 0px;
	background-color: #4969E1;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	border-bottom: solid 1px #003300;
	text-transform: uppercase;
}
#DDn1 a:hover, #DDn2 a:hover, #DDn3 a:hover, #DDn4 a:hover, #DDn5 a:hover, #DDn6 a:hover {
	background-color: #000066;
}
