/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
color:#F0A313;
}

#menu dl {
float: left;
width: 20%;
}
#menu dt {
cursor: pointer;
font-size:14px;
text-align: center;
font-weight: bold;
background: #663300;
border: 1px solid black;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid black;
background-color:#663300;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
color: #ff7300;
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: #ff7300;
color:#000000;
}
