* {margin:0; padding:0}
.menu {
	height:36px;
	width:700px;
	position: relative;
}
.menu ul {
	list-style:none;
	z-index:100;
	z-index:100;
	position: absolute;
	width: 700px;
	margin: 0px;
	height: 36px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	left: 1px;
	top: 0px;
}
.menu li {
	float:left;
}
.menu a{
	text-decoration:none;
	color:#F0F0F0;
	font-family: "Trebuchet MS";
	font-size: 14px;
	text-transform: uppercase;
	line-height: 35px;
	width: 130px;
	display: block;
	text-align: center;
}

.menu a:hover{
	height: 36px;
	width: 130px;
	background-image: url(../images/menuovr.jpg);
	background-repeat: no-repeat;
	color: #333333;
	background-position: center;
	line-height: 36px;

}
#slide {
	position:absolute;
	top:6px;
	height:31px;
	z-index:10;
}
.menu-selected  {
	height: 36px;
	width: 130px;
	background-image: url(../images/menuovr.jpg);
	background-repeat: no-repeat;
	color: #ffffff;
	background-position: center;
	text-decoration: none;
}
