.style {
	font-family: "Arial", Courier, mono;
	font-size: 12px;
	text-decoration: none;
}

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

dl#menu {
width: 600px;
}

dl#menu dt {
cursor: pointer;
margin: 2px;
height: 20px;
line-height: 20px;
text-align: left;
border: 0px solid black;
background: #ffffff;
}

dl#menu dd {
position: relative;
left: 10;
width: 580;
}

dl#menu li {
text-align: left;
background: #ffffff;
}

dl#menu li a, dl#menu dt a {
color: #000000;
text-decoration: none;
display: block;
border: 1px;
height: 20px;
}

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