<!-- 
body {
margin: 0;
padding: 0;
font: 100% Verdana;
}
dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
	top: 0;
	left: 0;
	visibility: visible;
}
#menu {
	width: 150px;
	font-family: Verdana;
	font-size: 10px;
	color: #ffcc00;
}
#menu dt {
cursor: pointer;
margin: 1px 0;;
height: 22px;
line-height: 20px;
text-align: center;
font-weight: bold;
background: none;
}
#menu li {
color: #ffffff;
text-align: center;
}
#menu li a, #menu dt a {
	color: #ffcc00;
	display: block;
	border: none;
	height: 100%;
	font-size: 12px;
	text-decoration: none;
}
#menu li a:hover, #menu dt a:hover {
color: #ffcc00;
background: none;
font-size: 15px;
}
-->
