#menu {
	z-index: 100;
	height: 40px;
	width: 1000px;
	display: block;
	position: relative;
}

#menu ul.top {
	background-color: black;
	z-index: 100;
	padding-right: 0px;
	padding-left: 2px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-top: 0px;
	height: 40px;
	width: 998px;
	list-style-type: none;
}

#menu ul li {
	z-index: 100;
	text-align: center;
	position: relative;
	float: left;
}

#menu a.top {
	line-height: 40px;
	z-index: 100;
	font-size: 12pt;
	font-variant: small-caps;
	text-decoration: none;
	color: white;
	font-weight: bold;
	background-repeat: no-repeat;
	background-image: url(images/menu_top.png);
	position: relative;
	float: left;
	display: block;
	height: 40px;
	width: 142px;
	vertical-align: middle;
}

*html #menu a.top {
	font-size: 10pt;
}

#menu ul li:hover a.top {
	z-index: 100;
	background-image: url(images/menu_top_hover.png);
}

#menu ul li ul {
	z-index: 100;
	list-style-type: none;
	margin-left: -1px;
	visibility: hidden;
	left: -40px;
	width: 142px;
	top: 40px;
	display: block;
	position: absolute;
}

#menu ul li:hover ul {
	z-index: 100;
	visibility: visible;
}

#menu a.sub {
	border-left-style: solid;
	border-right-style: solid;
	border-left-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	z-index: 100;
	color: white;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	background-repeat: no-repeat;
	background-image: url(images/menu_sub.png);
	line-height: 20px;
	top: 32px;
	display: block;
	height: 20px;
	width: 142px;
	border-color: black;
}

#menu ul li ul li:hover a.sub {
	z-index: 100;
	background-repeat: no-repeat;
	background-image: url(images/menu_sub_hover.png);
}
