body {
	background: #3366FF;
	padding:0;
	margin:0;
	font-family: verdana;
	color: #000000;
	font-size: 9px;
}

dl, dd {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu1 {
	position: absolute;
	top: 110px;
	left: 5px;
	width: 108px;
	height: 20px;

}
#menu2 {
	position: absolute;
	top: 110px;
	left: 119px;
	width: 108px;
	height: 20px;
}
#menu3 {
	position: absolute;
	top: 110px;
	left: 233px;
	width: 108px;
	height: 20px;
}
#menu4 {
	position: absolute;
	top: 110px;
	left: 347px;
	width: 108px;
	height: 20px;
}
#menu5{
	position: absolute;
	top: 110px;
	left: 460px;
	width: 108px;
	height: 20px;
}
#menu6{
	position: absolute;
	top: 110px;
	left: 574px;
	width: 108px;
	height: 20px;
}
#menu7{
	position: absolute;
	top: 110px;
	left: 687px;
	width: 108px;
	height: 20px;
}
#menu dt {
	cursor: pointer;
	background: #FFC291;
	height: 25px;
	line-height: 10px;
	border: 1px solid #000000;
	text-align: center;
	font-weight: bold;
	overflow: visible;
	color: #0066FF;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	left: 0px;
	top: 0px;
}
#menu li {
	text-align: center;
	height: 25px;
	font-weight: bold;
	line-height: 10px;
	overflow: visible;
	border: 1px solid #000000;
	background-color: #00FFFF;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu dd {
	position: absolute;
	z-index: 100;
	margin-top: -14px;
	width: 100px;
	background: #FFFFFF;
	border: none gray;
	left: 70px;
	padding: 0;
	list-style-type: none;
}

#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	list-style-type: none;
}
#menu dt a:hover {
	text-decoration: underline;
	color: #0066FF;
}

#menu li a:hover {
	text-decoration: underline;
	color: #FFFF00;
}

