div#test-accordion{
margin: 0;
border-bottom: 2px solid #3296ff;
border-top: 2px solid #3296ff;
	background-color:#ffffff;
	padding:4px;
}
div.accordion {
	position: relative; /* required for bounding */
	width:190px;
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;		/* required for effect */
	color:#000000;   
	background-image:url(../images/bgmenu.jpg);
    background-position:right;
	background-repeat:no-repeat;
   	margin-bottom:1px;
	padding:0px 14px 0px 14px;
	border-bottom:1px solid #3296ff;
	color:#515151;
}

div.accordion-content{
    overflow: hidden;	/* required for effect */
    background: #ffffff;
	padding:2px 10px 2px 10px;
	color:#666666;
}
div.accordion-content ul {
font-weight:bold;
line-height:10px;
padding:0 0 0 0;
}
div.accordion-content li {
list-style:circle;
color:#6ebc50;
line-height:14px;
padding:0 0 0 0;
}