/* CSS Document
body {
	background: white;
	padding:0;
	margin:0;
	font-family: verdana, arial, sans-serif;
	font-size: 90%;
	color: black;
} */
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	/*position: absolute;
	top: 1em;
	left: 1em;*/
	width: 160px;
}

#menu dt {
	cursor: pointer;
	background: rgb(50,110,220);
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid rgb(50,110,220);
	text-align: center;
	font-weight: bold;
}

#menu dd {
	position:relative;
	z-index: 100;
	left: 0.3em;
	margin-top: 0.1em;
	width: 160px;
	background: rgb(50,110,220);
	border: 1px solid gray;
}

#menu ul {
	padding: 2px;
}
#menu li {
	text-align: center;
	font-size: 85%;
	height: 18px;
	line-height: 18px;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
}

#menu li a:hover, #menu dt a:hover, #menu dt a:focus, #menu li a:focus, #menu dt a:active, #menu li a:active {
	text-decoration: underline;
	background: rgb(150,185,240) ;
}
