.menu {
	position:relative;
	height:50px;
	background-repeat: no-repeat;
	color: #000;
	width: 500px;
	vertical-align: bottom;
	left: 195px;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	color: #000;
	width: 529px;
}
.menu li {
	float:left;
	color: #0CF;
}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#333;
	padding:10px;
}
.menu a:hover {
	color:#C00
}
#slide {
	position:absolute;
	bottom:0px;
	height:4px;
	z-index:10;
	background-color: #C00;
}
