/* CSS menymall */

#menycontainer{
	float: left;
	left: 130px;
	margin: 1em 0 0 1em;
	padding: 0;
	position: absolute;
	top: 220px;
	z-index: 20;
}

#menyindex{
	font: 70% Verdana, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#menyindex a{
	background: #005701;
	border: 1px solid #005701;
	color: #FFFFFF;
	display: block;
	height: 1.3em;
	margin-bottom: 0.1em;
	padding: 0.4em 0.4em 0.4em 0.4em;
	text-decoration: none;
	width: 127px;
}

#menyindex a:link{
	color: #FFFFFF;
}

#menyindex a:visited{
	color: #FFFFFF;
}

#menyindex a:hover{
	background: #009001;
	border: 0.1em outset Silver;
	color: #FFFFFF;
}

#menyindex a:active{
	background: #009001;
	border: 0.1em inset #C0C0C0;
	color: #FFFFFF;
}
