#navflat {
	list-style: none;
	padding: 0;
	margin: 0;
    display:inline;
	z-index:99;
}
#navflat ul {
	list-style: none;
	padding: 0;
	margin: 0;
    width:100%;
	background-color: #868686;
}
#navflat li {
	float: left;
	position: relative;
	text-align: left;
	background-color: #000;
}
.MainSelected{
	background-color: #000;
}
#navflat a {
	padding:3px 7px;
	font-size:15px;
	font-weight: bold;
	color: #868686;
	height:25px;
	text-decoration: none;
	border-bottom: solid #868686 3px;
}
#navflat a.menuselected {
	border-bottom: solid #000 3px;
}

#navflat a:hover {
	border-bottom: solid #000 3px;
	
}