 
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	position: absolute; /* Menu position that can be changed at will */
	top: 51px;
	left: 2px;
	color: #00FFFF;
}
#menu {
	width: 100px;
	color: #000000;
}
#menu dt {
	cursor: pointer;
	margin: 2px 0;
	;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	border: 1px solid gray;
	background-image: url(images/aaa_beige70.png);
}
#menu dd {
	border: 1px solid gray;
	background-color: #FFFFFF;
}
#menu li {
	text-align: left;
	background-image: url(images/aaa_blue_kapea.png);
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
border: 0 none;
height: 100%;
}
#menu li a:hover, #menu dt a:hover {
	background: #eee;
	background-color: #FFFFCC;
}


