

.menu {
	position: relative;
	font-family: 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	margin-top: 0;
	border-top: medium solid #ffffff;
	border-bottom: medium solid #ffffff;
	padding: 10px 0;
	margin-left: 170px;
	margin-bottom: 0;
	height: 50px;
}

.menu ul {
	list-style: none;
	z-index: 10;
	position: relative;
	z-index: 100;
	margin: 0;
	padding: 2px;
}

.menu li {
	float: left;
	position: relative;
	text-align: center;
}

#separation {
	float: left;
	position: relative;
	text-align: center;
	border-right: thin dotted #ffffff;
	height: 45px;
}

.menu a, .menu a:visited {
	text-decoration: none;
	color: #ff6200;
	padding: 0
}

.menu a:active {
	text-decoration: none;
	color: #ff0003;
	padding: 0
}

.menu a:hover {
	text-decoration: none;
	color: #ffffff;
	padding: 0
}

#slide {
	position: absolute;
	top: 6px;
	z-index: 10;
	margin: 0;
	padding: 0;
	height: 50px;
	width: 95px;
	background: url(_img/point3.gif) no-repeat bottom;
}

