#navigation {
	list-style:none;
	padding-top: 0px;
	position: relative;
}
#navigation li {
	list-style:none;
}

#navigation a.head.menu {
	background: url(/assets/images/bg_nav_arrow2.jpg) center right no-repeat;

}
#navigation a.head.menu:hover {
	background: url(/assets/images/bg_nav_arrow2.jpg) center right no-repeat;
}
#navigation li:hover {
	color:#e9fcba;
}
#navigation a.head.menu.selected {
	background: url(/assets/images/bg_nav_arrow1.jpg) center right no-repeat;
	border:0px;
}
#navigation a.head.menu.selected:hover {
	background: url(/assets/images/bg_nav_arrow1.jpg) center right no-repeat;
	border:0px;
}
.accor {
	position: relative;
	left: -20px;
}
.accor p {
	margin:0px;
}
.accor li {
	cursor:pointer;
	text-align:left;
	text-decoration:none;
	display:block;
	color: #6CC6F4;
}
.accor li:hover, .accor li.selected {
	color:#102c43;
	text-decoration:none;
}
.accor a:link, .accor a:visited {
	color:#6CC6F4;
	text-decoration:none;
	border:0px;
}
.accor li a:hover,.accor li.selected a {
	color:#102c43;
	text-decoration:none;
	border:0px;
}
.accor li:hover a {
	color:#102c43;
	text-decoration:none;
	border:0px;
}

a.body_link {
	text-decoration: none !important;
}

a.body_link:hover {
	color: #102c43 !important;
}
