* {margin:0; padding:0}
body {
}
.menu {
	position:relative;
	height:35px;
	background-repeat: no-repeat;
	color: #000000;
	width: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E00000;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding-right: 5px;
	padding-bottom: 9px;
	padding-left: 5px;
	margin-top: 5px;
}
.menu li {
	float:left;
	color: #000000;
	margin-top: 6px;
	font-size: 13px;
	font-weight: bold;
}
.menu a, .menu a:active, .menu a:visited, .menu a:hover {
	text-decoration:none;
	color:#FFFFFF;
	padding:10px
}
#slide {
	position:absolute;
	top:6px;
	height:24px;
	z-index:10;
	background-color: #E00000;
}
