#menycontainer ul{
	float: left;
	width: 700px;
	background: #000000;
	font-size: 70%;
	margin: 0;
	padding: 0;
}
#menycontainer li{display: inline;}
#menycontainer ul a{float: left; text-decoration: none; padding: 0.4em 3em;}

#menycontainer a:link{color: #FFFFFF; background: #000000}
#menycontainer a:visited{color: #FFFFFF;}
#menycontainer a:hover{background: #00FF00;}
#menycontainer a#current{background: #000000; color: #FFFFFF;} 
.border {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

