
#accordion {
    list-style: none;
    padding: 0px 0px 0px 0px;
}
#accordion div {
    display: block;
    background-color: #fff;
    font-weight: bold;
    margin: 1px;
    cursor: pointer;
    padding: 5px 5px 5px 0px;
    list-style: circle;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	width:500px;
}
#accordion ul {
    list-style: none;
    padding: 0px 0px 0px 0px;
}
#accordion ul{
    display: none;
}

#accordion ul .circle {
	display: list-item;
}
#accordion ul li {
    font-weight: normal;
    cursor: auto;
    background-color: #fff;
    padding: 0px 0px 0px 7px;
}
#accordion a {
    text-decoration: none;
}
#accordion a:hover {
    text-decoration: underline;
}

.number {
	list-style-type: circle;
	list-style-position: inside;
}

.circle {
	list-style-type: circle;
	list-style-position: inside;
}
