div#test-accordion{
    border: 1px solid #eee;
	margin:0;
	padding:0;
}

div.accordion {
	position: relative; /* required for bounding */
}

div.accordion-toggle{
    position: relative; /* required for effect */
    z-index: 10;
	background-image: url(../img/menuBg.png);
	background-repeat: repeat-x;
	background-position: center;		/* required for effect */
	background-color: #eee;   
    cursor: pointer;
	padding:3px;
	color:#666;
}

div.accordion-toggle-active{
	background: #fff;
	color:#069;
	background-image: url(../img/menuOverBg.png);
	background-repeat: repeat-x;
	background-position: center;	
}

div.accordion-content{
	overflow: hidden;	/* required for effect */
	margin:5px;
	font-size:12px;
}

div.accordion-content a{
	color: #0099CC;
	text-decoration: none;
}
.red{
	color:#990000;
}