  #bigmenu { display: none;
             padding: 2px;
             color: white;
             text-align: left;
             width: 400px;
             height: 500px;
             position: absolute;
      background: #980905;
	border-radius: 1em;
	-webkit-border-radius: 1em;
	-moz-border-radius: 1em;
	-webkit-box-shadow: 0.25em 0.25em 1em rgba(0,0,0,0.25);
	-moz-box-shadow: rgba(0,0,0,0.25) 0.25em 0.25em 1em;
	padding: 1.5em 2em;
 }

  #bigmenu li { list-style-type: square; color: white; margin-left: 0px; }
  #bigmenu li a { font-family: verdana; font-size: 12px; }
  #bigmenu li a:link { text-decoration: none; color: white; }
  #bigmenu li a:visited { text-decoration: none; color: white;}
  #bigmenu li a:hover { text-decoration: underline; color: white;}
  #bigmenu li a:active { text-decoration: none; color: white;}

  #bigmenu a { color: white; text-decoration: none; }
  #bigmenu .menuheader { color:white; font-weight: bold; margin-bottom:4px; width:100%; border-bottom: 1px solid white; }
  #bigmenux ul { margin: 3px;}

