dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:100;
	width: 10.3em;
	height: 2em;
	line-height: 2em; /* puts the text in the middle of the box. */
	text-align:center;
}
li {
	height: 1.9em;
	line-height: 1.9em; /* puts the text in the middle of the box. */
}
#menu{
/*	position: absolute; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index:100;
	width: 100%; /* precision for Opera */
	color:#2D4632;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
#bottommenu{
/*	position: absolute; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index:90;
	width: 100%; /* precision for Opera */
	color:#2D4632;
	font-size:12px;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
}
#menu dl {
	float: left;
	z-index:100;
	color:#2D4632;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #BBAC8E;
	border: 1px solid gray;
	margin: 1px;
	z-index:100;
}
#menu dd {
	display: none;
	border: 1px solid gray;
	z-index:100;
}
#menu li {
	text-align: center;
	background: #BBAC8E;
	z-index:100;
	width:auto;
	font-size:11px;
	width: 11em;
}
#menu li a, #menu dt a {
	text-decoration: none;
	display: block;
	height: 2em;
	line-height: 2em; /* puts the text in the middle of the box. */
	border: 0 none;
	z-index:100;
	color:#770e0a;
/*	width:97.99px; */
	font-size:11px;
	width: 11em;
	text-align:center;	
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #E2D8C5;
	z-index:100;
	color:#770e0a;
	width:97.99px;
	font-size:11px;
	width: 11em;
	text-align:center;			
}
#bottommenu dl {
	float: left;
	z-index:90;
	color:#2D4632;
}
#bottommenu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #B0A07E;
	border: 1px solid gray;
	margin: 1px;
	z-index:90;	
}
#bottommenu dd {
	display: none;
	border: 1px solid gray;
	z-index:90;	
}
#bottommenu li {
	text-align: center;
	background: #B0A07E;
	z-index:90;
	width:auto;
	font-size:11px;
	width: 11em;	
}
#bottommenu li a, #bottommenu dt a {
	text-decoration: none;
	display: block;
	height: 2em;
	line-height: 2em; /* puts the text in the middle of the box. */
	border: 0 none;
	z-index:90;
	color:#770e0a;
/*	width:97.99px; */
	font-size:11px;
	width: 11em;
	text-align:center;	
}
#bottommenu li a:hover, #bottommenu li a:focus, #bottommenu dt a:hover, #bottommenu dt a:focus {
	background: #E2D8C5;
	z-index:90;
	color:#770e0a;
	width:97.99px;
	font-size:11px;
	width: 11em;
	text-align:center;			
}
.zindexminusone {
	z-index:1;
}