dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index:100;
	width: 864px; /* precision for Opera */
	height: 25px;
	text-align: right;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #9A9999;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu dl {
float: right;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu dd {
	display: none;
	position: absolute;
	height: 285px;
	width: 125px;
	z-index: 106;
	top: -286px;
	background-color: #B2B2B2;
	vertical-align: bottom;
	margin-left: -20px;
	filter: alpha(opacity=90);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
	-moz-opacity: .90;
	-khtml-opacity: .90;
	opacity: .90; 
}
#menu li {
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	background-color: #B2B2B2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight: bold;
	color: #FFFFFF;
	text-transform: uppercase;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	-khtml-opacity: 1.00;
	opacity: 1.0	0; 
}
#menu li a{
	text-decoration: none;
	display: block;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #FFFFFF;
}
#menu li a:hover, #menu li a:focus  {
	background: #eee;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #8B82A0;
	padding-top: .5em;
	padding-bottom: .5em;
	
}
#container #bottomArea #menu #spanishBtn {
	padding-top: 0px;
	margin-top: 2px;
}
