@charset "UTF-8";
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: relative; /* Menu position that can be changed at will */
	top: -3em;
	left: -1em;
}
#menu {
	width: 157px;
}
#menu dt {
	cursor: pointer;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #486262;
	background-color: #8EE2B9;
	margin: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 157px;
	color: #000066;
}
#menu dd {
	border: 1px solid #486262;
	text-align: center;
	width: 157px;
}
#menu li {
	text-align: center;
	background: #fff;
	border: 1px solid #658885;
}
#menu li a, #menu dt a {
	color: #000066;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background-color: #CCCCCC;
}

