/* CSS menymall */

#menycontainer{
	float: left;
	left: 0px;
	margin: 0em 0 0 0em;
	padding: 0;
}

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

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

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

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

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

#menyindex a:active{
	background: #000000;
	border: 0.1em inset #C0C0C0;
	color: #FFFF00;
}
