* {margin:0; padding:0}

#accordion {width:800px; height:25px; margin:15px auto}
.accordion {width:800px; height:25px; color:#033}
.accordion dt {width:800px; height:25px; padding:6px; font-size:10px; color:#FFFFFF; margin-top:0px; cursor:pointer; background:url(images/header_green.gif); background-repeat:repeat-x;}
.accordion dt:hover {background:url(images/header_green_over.gif); background-repeat:repeat-x;}
.accordion dd {overflow:hidden; background:#fff}
.accordion span {display:block; width:800px; padding:15px}
