div.list_accordion {
	width: 199px;
	font-size: 12px;
	padding-bottom: 8px;
	background: url(bottom.gif) no-repeat  right bottom;
	color: #fff;
}
div.list_accordion div {
	background: url(title.gif) repeat-x;
	overflow: hidden;
}
div.list_accordion div:first-child {
	background: url(toptitle.gif) no-repeat;
}
div.list_accordion div.collapsed {
	height: 32px;
}
div.list_accordion div span {
	display: block;
	padding: 10px 25px;
	font-weight: bold;
	color: white;
	background: url(expanded.gif) no-repeat 10px center;
	cursor: default;
	border-bottom: 1px solid #E6E6E6;
}
div.list_accordion div.collapsed span {
	background-image: url(collapsed.gif);
}
div.list_accordion div a {
	padding: 5px 10px;
	background: #EEE;
	display: block;
	border-bottom: 1px solid #FFF;
    text-decoration: none;
    
}
div.list_accordion div span.level2{
    color: #3675BF;
	padding: 5px 25px;
	background: #EEE;
	display: block;
	border-bottom: 1px solid #FFF;
    text-decoration: none;
    background : #E4E4E4 url(/images/site/arrow-blue.gif) no-repeat 5% center;
}
div.list_accordion div.collapsed span.level2{
   background : #E4E4E4 url(/images/site/arrow-blue-hori.gif) no-repeat 5% center;
}
div.list_accordion div a.current {
	background : #ccc;
	background : #E4E4E4 url(linkarrow.gif) no-repeat right center;
}
div.list_accordion div a:hover {
	background : #E4E4E4 url(linkarrow.gif) no-repeat right center;
	
	text-decoration: none;
}