

dl, dt, dd, ul, li {
margin: 0px;
padding: 0px;
list-style-type: none;
font-size: 12px;
}

#standard {
margin: 10px;
padding: 10px;
list-style-type: circle;
font-size: 12px;
}

#menu {

position: absolute; /* Menu position that can be changed at will */

top: 108px;

left: 40px;

z-index:100;

width: 100%; /* precision for Opera */

}

#menu dl {

float: left;

width: 125px;

}

#menu dt {

color: #fff;

cursor: pointer;

text-align: center;

font-weight: bold;

background: #;

margin: 1px;

}

#menu dd {

margin-top: 8px;

display: none;

border: 1px solid gray;

}

#menu li {

text-align: center;

background: #444;

}

#menu li a, #menu dt a {

color: #fff;

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: url(images/hoverbg.gif) repeat-x;

}

#site {

position: absolute;

z-index: 1;

top : 70px;

left : 10px;

color: #000;

background-color: #DDD1C8;

padding: 5px;

border: 1px solid gray; 

}