/* CSS Document */


dl, dt, dd,ul,li {
margin: 0;
padding: 0;
list-style-type: none;
font-family:"Trebuchet MS", Arial, Verdana;
}

#menu1 dl {
float: center;
width: 16em;
font-size:12px;
}
#menu1 dt {
cursor: pointer;
text-align: center;
font-weight: bold;
background: #ccc;
border: 1px solid gray;
margin: 1px;
}
#menu1 dd {
display: none;
border: 1px solid gray;
}
#menu1 li {
text-align: center;
background: #fff;
}
#menu1 li a, #menu1 dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu1 li a:hover, #menu1 li a:focus, #menu1 dt a:hover, #menu1 dt a:focus {
background: #eee;
}
