/*menu style*/
#menu dl {background: white; font: 80% verdana, arial, sans-serif;}
#menu dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none;}
#menu {position: absolute; /* Menu position that can be changed at will */
		z-index:100;
		margin-left: 16%;
		top: 55px;
        border: 0;
		padding-right: 10%; 				
		width: 84%; /* precision for Opera */}
#menu dl {float: left; width: 12em; }
#menu dt { text-align: center;
		font-weight: bold; 
		background: #ccc;
		margin: 1px;
		border: 1px solid gray;
		padding: 0px;
		height: 1.3em;
		cursor: pointer;}
#menu dd {display: none;
	  margin: 0;
	  padding: 0;
	  height: 1.3em;}
#menu ul{border: 1px solid gray;}
#menu li {text-align: center; background: #fff;}
#menu li a, #menu dt a {color: #000;
		text-decoration: none; display: block;
		height: 100%; border: 0 none;}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #eee;}