#menu0 dt {

	font-weight: bold;

	cursor: pointer;


}

#menu0 dd {
	width: 150px;
	height: 41px;
	position: relative;
	left: 126px;
	top: -160px;
	font-weight:bolder;
	font-size: 20px; 
	font-family: fantasy, cursive, sans-serif;
}

#menu0 dd.active {
	font-weight: bold;
}

