*.menu {
	position:relative;
	height:35px;
	width:600px;
}
.menu ul {
	list-style:none;
	z-index:10;
	position:absolute;
	z-index:100;
	padding:0px 5px
}
.menu li {float:left}
.menu a, .menu a:active, .menu a:visited {
	text-decoration:none;
	color:#CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	background-image: url(../imagens/dashed_vertical.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.menu a:hover {color:#fff;}
#slide {
	position:absolute;
	bottom:0;
	height:4px;
	z-index:10;
	background-color: #8D3256;
}

.current {
	
}
