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

#menu {
	position: absolute; 
	top: 20px;
	left: 0;
}

#menu dt {
	cursor: pointer;
	margin-top: 0px ;
	height: 30px;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
	background-color:#ffffff;
}

#menu dd {
	margin-top: 0px ;
}

#menu li {
	text-align: left;
	background: #ffffff;
}

#menu li a, #menu dt a {
	color: #EF7F7E;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}

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