body {
margin: 0;
padding: 0;
background: black;
font: 75% verdana, arial, sans-serif;
}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;

}
#menu {
	position: absolute;
	top: 50px;
	left: 10px;
	width: 134px;
	height: 152px;

}
#menu {
}
#menu dt {
cursor: pointer;
margin: 2px 0;;
height: 20px;
line-height: 20px;
text-align: center;
font-weight: bold;
border: 1px solid gray;
background: #d99640;
}
#menu dd {
border: 2px black;
}
#menu li {
	text-align: center;
	background: #E4941B;
	width: 150px;
	margin: 2px;
}
#menu li a, #menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 0 none;

height: 100%;
	line-height: 20px;
}
#menu li a:hover, #menu dt a:hover {
	background: #FFCC00;
	width: 150px;

}

