/* CSS menymall */
body {padding: 0; margin: 0;}
#content{margin: 1em; padding: 0; float: left;}
#menycontainer ul{margin: 0; padding: 0; float: left; width: 100%; background: #000000; font: 14px Verdana, Helvetica, sans-serif;}
#menycontainer li{display: inline;}
#menycontainer ul a{float: left; text-decoration: none;	padding: 0.3em 1.5em;	border: 1px solid #000000;}
#menycontainer a:link{color: #FFFFFF;}
#menycontainer a:visited{color: #FFFFFF;}
#menycontainer a:hover{border-top: 1px dotted #FFFFFF; border-bottom: 1px dotted #FFFFFF;}
#menycontainer a#current{background: #555555; color: #FFFFFF;}

#menycontainer2 ul{margin: 0; padding: 0; float: left; width: 100%; background: #000000; font: 14px Verdana, Helvetica, sans-serif;}
#menycontainer2 li{display: inline;}
#menycontainer2 ul a{float: left; text-decoration: none;	padding: 0.3em 1.3em;	border: 1px solid #000000;}
#menycontainer2 a:link{color: #FFFFFF;}
#menycontainer2 a:visited{color: #FFFFFF;}
#menycontainer2 a:hover{border-top: 1px dotted #FFFFFF; border-bottom: 1px dotted #FFFFFF;}
#menycontainer2 a#current{background: #555555; color: #FFFFFF;}