

.accordion_toggle
{
	margin : 0 0;
	height : 30px;
	line-height : 30px;
	border-bottom : thin solid #FFFFFF;
	background-image:url(../../img/itembg.png);
	width : 112px;
	background-repeat : no-repeat;
	background-position :0px 0px;
	padding:0 5px 0 18px;
	display : block;
	color:#D8EAF4;
	cursor: hand;	
	font-weight:normal;
}

.accordion_toggle_active
{
	margin : 0 0;
	height : 30px;
	line-height : 30px;
	border-bottom : thin solid #FFFFFF;
	background-image:url(../../img/itembg.png);
	width : 112px;
	background-repeat : no-repeat;
	background-position :0px 0px;
	padding:0 5px 0 18px;
	display : block;
	color:#D8EAF4;
	cursor: hand;
	font-weight:normal;
}

.accordion_content li
{
width:135px;	
}


.accordionHeader {
	margin : 0 0;
	height : 28px;
	line-height : 24px;
	border-bottom : thin solid #FFFFFF;
	background-image:url(../../img/itembg.png);
	width : 112px;
	background-repeat : no-repeat;
	background-position :3px 5px;
	padding:0 5px 0 18px;
	display : block;
	color:#D8EAF4;
	cursor: hand;
}

.accordionHeaderSelected{
	margin : 0 0;
	height : 28px;
	line-height : 24px;
	border-bottom : thin solid #FFFFFF;
	background-image:url(../../img/itembg.png);
	width : 112px;
	background-repeat : no-repeat;
	background-position :3px 5px;
	padding:0 5px 0 18px;
	display : block;
	color:#D8EAF4;
	cursor: hand;
}

.accordionHeader:active {color:#D8EAF4; cursor: hand;}
.accordionHeader:hover {color:#D8EAF4; cursor: hand;}
.accordionHeader:visited {color:#D8EAF4; cursor: hand;}

.accordionHeaderSelected:active {color:#D8EAF4; cursor: hand;}
.accordionHeaderSelected:hover {color:#D8EAF4; cursor: hand;}
.accordionHeaderSelected:visited {color:#D8EAF4; cursor: hand;}

.menu ul, .menu li {
margin : 0;
padding : 0;
list-style-type : none;
}

.menu {
width : 135px;
padding : 0;
}

.menu ul {
display: block;
}

.menu li {
background-color : #D8EAF4;
/*border-bottom:1px solid #FFFFFF;*/
clear:both;
}



.accordion_content span
{
 background-color : #D8EAF4;
 line-height : 24px;
}

/*
.accordion_content div
{
 line-height : 24px;
 clear:both;
 width:135px;
 background-color : #D8EAF4;
 border-bottom:1px solid #FFFFFF;
 diplay: block;
}
*/


.liDiv
{
 line-height : 24px;
 /*clear:both;*/
 width:135px;
 background-color : #D8EAF4;
 border-bottom:1px solid #FFFFFF;
 diplay: block;
}

.accordion_content a
{
 text-decoration : none;
 line-height : 24px;
 display : block;
 border : 0 none;
 cursor: hand;
}
