dl, dt, dd, ul, li {
	margin: 0;
	
}

#menu {
	position: relative;
	width: 150px;
}

#menu dt {
	margin: 1px;
	font-weight:bold;
	font-family: Arial;
	font-size: 8pt;
	border: 1px solid #892C65;
	background-color:#D6CFD3;
	text-indent:8px;
	cursor:hand;
	height:20px;
	width:148px
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 120px;
	margin-top: -50px;
	width: 200px;
	background: white;

}

#menu ul {
padding: 1px;
}
 
#menu li {
	text-align: left;
	font-size: 7pt;
	font-family: verdana;
	height: 8px;
	line-height: 8px;
}

#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
}

#menu li a:hover {
text-decoration: underline;
color:red;
}