#menu {
	float: left;
	background-color: #131313;
	text-align: center;
	margin-right: auto;
	position: absolute;
	width: 100%;
	clear: left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
#menu ul {
	display: block;
	list-style-type: none;
	padding-left: 42px;
}
#menu ul li {
	width: auto;
	display: block;
	background-color: #131313;
	position: relative;
	overflow: visible;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	float: left;
	font-weight: bold;
}
#menu ul li:hover {
	background-color: #F09100;
	display: block;
}
#menu ul li:active {
	background-color: #CE7B00;
}

#menu a {
	font-family: "Century Gothic", "Verdana", "Arial", sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-weight: none;
}
#menu li  ul {
	display: none;
}


#menu li:hover > ul {
	display: block;
	overflow: visible;
	z-index: 500;
	width: auto;
	position: absolute;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	left: 0%;
	top: 0px;
	margin-top: 24px;
	filter:alpha(opacity=80);
	opacity: 0.8;
	-moz-opacity:0.8;
	padding-left: 0px;
}

#menu li:hover > ul li {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	float: none;
	width: 160px;
	text-align: center;
	overflow: visible;
}

