#menu
{
	padding: 3px;
	list-style: none;
	height: 40px;
	position: absolute;
	z-index: 500;
	font-family: arial, verdana, sans-serif;
	margin-top: 10px;
	margin-left: -15px;
	width: 600px;
}
#menu LI
{
	float: left;
	margin-right: -17px;
}
#menu LI A
{
	display: block;
	float: left;
	height: 20px;
	line-height: 20px;
	color: #000;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 0 6px 0 25px;
	border-right: 1px solid #459663;
}
#menu TABLE
{
	border-collapse: collapse;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
}
#menu LI A:hover
{
	z-index: 200;
	position: relative;
	color: #FF0000;
}
#menu LI:hover
{
	position: relative;
	z-index: 200;
}
#menu LI:hover>A
{
	color: #000000;
}
#menu :hover UL
{
	left: 0;
	top: 40px;
	width: 120px;
	background: #B00;
}
#menu UL, #menu :hover UL UL
{
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu :hover UL :hover UL
{
	left: 120px;
	top: -1px;
	background: #F11;
	white-space: nowrap;
	width: 100px;
	z-index: 200;
	height: auto;
}
#menu :hover UL LI
{
	margin: 0;
	border-top: 1px solid #FFF;
}
#menu :hover UL LI A
{
	width: 120px;
	padding: 0;
	text-indent: 10px;
	background: #FFF;
	color: #000;
	height: 20px;
	line-height: 20px;
}
#menu :hover UL :hover
{
	background-color: #05F;
	color: #FFF;
}
#menu :hover UL :hover UL LI A
{
	width: 100px;
	padding: 0;
	text-indent: 10px;
	background: #3E3E3E;
	color: #CCC;
}
#menu :hover UL :hover UL :hover
{
	background-color: #D70;
	color: #FFF;
}
BODY
{
	margin-top: 0px;
	margin-left: 0px;
}
#apDiv1
{
	position: relative;
	width: 300px;
	height: 30px;
	z-index: 3;
	margin-left: 600px;
	margin-top: -40px;
}
#apDiv1 table tr td {
	font-size: 20px;
}

