.myAccordion {
	list-style-type:none;
	padding:0;
	float:none;
	width:558px;
}
.accWidth{
	width:558px
}

.ui-accordion-header  {
	text-decoration:none;
	font-weight:normal;
	padding-left:5px;
	padding-top:2px;
	display:block;
	background-color: #FFFFFF;
	height: 18px;
	font-size: 12px;
	width: 544px;
	cursor:pointer;
	margin:5px 0px 0px 0px;
	background: url(images/bg_bar.gif) center;
	font-weight: normal;
	border:1px dotted #3f5b89
}

.selected h4{
	background: url(images/bg_bar_r.gif) center;
	background-repeat: repeat-x;
}


h4 a:link, h4 a:visited {
	color: #ffffff;
}
h4 a:hover, h4 a:active {
	color: #333;
}

.ui-accordion div div {
	line-height:18px;
	width: 529px;
	border-right: 1px dotted #3f5b89;
	border-bottom: 1px dotted #3f5b89;
	border-left: 1px dotted #3f5b89;
	padding:0px 10px 5px 10px;
	margin-bottom:5px
}
.ui-accordion div div a:link, .ui-accordion div div a:visited{ color:#0000ee}
.ui-accordion div div a:hover, .ui-accordion div div a:active{ color:#ffcc00}
.ui-accordion a {
	background-repeat: no-repeat;
}
.ui-accordion a.selected {
	color:#FFFFFF;
	background-repeat: no-repeat;
}
.ui-accordion a:hover {
	background-repeat: no-repeat;
}

