#menu {
	color: #F65050;
	height: 23px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	background-color: #000000;
	z-index: 100;
}

#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 75px;
	float: left;
}

#menu h2 {
	font: bold 12px/22px verdana,helvetica, arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	display: block;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	border-color: #000000;
	margin: 0;
}

#menu a {
	color: #F65050;
	text-decoration: none;
}

#menu li a {
	font: bold 12px/16px helvetica, arial, sans-serif;
	color: #F65050;
	text-decoration: none;
	text-align: center;
	display: block;
	border-width: 1px;
	border-left-style: solid;
	border-right-style: solid;
	border-top-style: none;
	border-bottom-style: solid;
	border-color: #000000;
	margin: 0;
}

#menu a:hover {
	color: #09A0F0;
}

#menu li {
	position: relative;
}

#menu ul ul {
	position: absolute;
	z-index: 110;
}

div#menu ul ul {
	background: #FFFFFF;
	display: none;
}

div#menu ul li:hover ul {
	display: block;
}