dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color: #000;
z-index:100;
}
#menu {
position: absolute;
top: 220px;
left: 1em;
width: 10em;
}
#menu dt {
cursor: pointer;
background:transparent;
padding-left: 8px;
height: 20px;
line-height: 20px;
margin: 2px 0;
text-align: left;
font-weight: bold;
}
#menu dt a {
color: #000;
text-decoration: none;
display: block;
}
#menu dt a:hover {
text-decoration: underline;
color: #ff3e3e;
background: #fff;
}
#menu dd {
position: absolute;
margin-left: 28px;
z-index: 100;
left: 8em;
margin-top: -1.5em;
width: 15em;
background-image:url(../images/parchmentwhite.jpg);
border: 1px solid #000000;
}
#menu ul {
padding: 2%;
}
#menu li {
font-size: 75%;
height: 18px;
line-height: 18px;
}
#menu li a {
padding-left: 10px;
color: #000;
text-decoration: none;
display: block;
}
#menu li a:hover {
text-decoration: underline;
color: #ff3e3e;
background: #fff;
}
.spwhite {
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #000;
}
