/* CSS Document */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
/*color:#F0A313;*/
color:#4d3494;
}

#menu dl {
float: left;
width: 20%;
}
#menu dt {
cursor: pointer;
font-size:14px;
text-align: center;
font-weight: bold;
/*background: #663300;*/
background-color:#f5cce4;
border: 1px solid black;
margin: 1px;
}
#menu dd {
display: none;
border: 1px solid black;
/*background-color:#663300;*/
background-color:#f5cce4;
}
#menu li {
text-align: center;
}
#menu li a, #menu dt a {
/*color: #ff7300;*/
color:#4d3494;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
padding: 3px 0 ;

}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
background: #fff;
color:#4d3494;
}
