.arrowlistmenu{
	width: 214px;
	margin-top: -16px;
	position:absolute;
	right:6px;
}

.toptop{
	background: url(../../charte/bo-bottom.png) no-repeat;
	height: 15px;
	width: 213px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.arrowlistmenu .menuheader{
	color: white;
	background: url(../../charte/bo-open-top.jpg) no-repeat;
	cursor: hand;
	cursor: pointer;
	height: 18px;
	width: 213px;
	text-align: center;
	font-size: 12px;
}

.arrowlistmenu .openheader{
	background-image: url(../../charte/bo-close-top.jpg);
	height: 18px;
	width: 213px;
}

.boite {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #0790c7;
	width: 209px;
	padding-left: 2px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0790c7;
	margin-top: -3px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
}

.arrowlistmenu ul li{
}

.arrowlistmenu ul li a{
}

.arrowlistmenu ul li a:visited{
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
}
.menuheader.expandable {
	padding-top: 3px;
}

