/* CSS menymall */

#menycontainer{
	float: left;
	left: 0px;
	margin: 0em 0 0 0em;
	padding: 0;
}

#menyindex{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: x-small;
    font-style: normal;
    font-weight: normal;
	list-style-type: none;
    margin: 0;
	padding: 0;

}

#menyindex a{
	background: #FFFFFF;
	border:   1px dotted #000000;
	color: #FFFFFF;
	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;
}

