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


#menu {
	position: absolute;
	margin:94px 0 0 0px;
}


#menu dl {
float: left;
width: 140px;
}


#menu dt {
cursor: pointer;
text-align: center;
height:32px;
font-weight: bold;
color:#fff;
background-color:#FFFFFF;
}


#menu dd {
border: 1px solid gray;
}


#menu li {
text-align: center;
background: #993333;
}


#menu li a, #menu dt a {
color:#fff;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}


#menu li a:hover, #menu dt a:hover {
background: #D49090;
}
