#menycontainer ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background: url(../img/layout/meny_bg.gif);
	font: 10px Verdana, Helvetica, sans-serif;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #BBBBBB;
	border-bottom-color: #BBBBBB;
}
#menycontainer li {
	display: inline;
	}
#menycontainer ul a {
	float: left;
	text-decoration: none;
	padding: 0.3em 0.8em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #BBBBBB;
}
#menycontainer a:link {
	color: #666666;
}
#menycontainer a:visited {
	color: #666666;
}
#menycontainer a:hover {
	background: #EEEEEE;
	color: #000000;
}
