* {margin:0; padding:0}
.menu {
	position:relative;
	height:25px;
	width:900px;
	margin-top: 150px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323846;
	z-index: 7000;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	width: -9px;
	height: 17px;
}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#323846;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}
.menu a:hover {
	color:#000000;
	cursor: hand;
	z-index: 8000;
}
#slide {
	position:absolute;
	bottom:0;
	height:4px;
	background:#323846;
	z-index:10;
}
.menu-edge {
	height: 25px;
	float: right;
	margin-right: -100%;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #323846;
}
