body {
	margin: 0;
	padding: 0;
	background: black;
	font: 80% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
  margin-bottom: auto;
  margin-top: auto
}
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: 0;
	left: 0;
	z-index:100;
	width: 100%; /* precision for Opera */;
}
#menu dl {
	float: left;
	width: 8.5em;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #000000;
	border: 1px solid gray;
	margin: 1px;
	color: #FFFFFF;
}
#menu dd {
	display: none;
	border: 1px solid gray;
}
#menu li {
	text-align: center;
	background: #000000
	z-index: 100;
}
#menu li a, #menu dt a {
	color: #ffffff;
	text-decoration: none;
	display: block;	
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;
	color: #000000;
}.mynav {
	text-align: center;
	background-position: center;

}
