body {
	 margin: 0;
	 padding: 0;
	 }
dl, dt, dd, ul, li {
	 margin: 0;
	 padding: 0;
	 list-style-type: none;
	 }

dl#menu {
	 
	 }
dl#menu dt {
	 cursor: pointer;
	 height: 20px;
	 line-height: 20px;
	 text-align: center;
	 border: 1px solid gray;
	 background: #ccc;
	 }
dl#menu dd {
	 border: 1px solid gray;
	 }
dl#menu li {
	 text-align: center;
	 
	 }
dl#menu li a, dl#menu dt a {
	 color: #000;
	 text-decoration: none;
	 display: block;
	 border: 0 none;
	 }

dl#menu li a:hover, dl#menu dt a:hover {
	 background: #eee;
	 }
