.navigation {
	margin: 0;
	padding: 0;
	margin-top: 40px;
	margin-left:3px;
	list-style: none;
	background: none;
	width: 130px;
	height: 300px;
	font: 1.1em "Lucida Sans Unicode", "Arial Black", sans-serif;
}


.navigation a,.navigation span {
	width: 130px;
	display: block;
	color: #fff;
	margin-bottom: 1px;
	text-decoration: none;
	height:20px;
	background: #e4a313 left bottom no-repeat;
}

.navigation .toggleSubMenu a,.navigation .toggleSubMenu span {
	width: 130px;
}

.navigation .open a,.navigation .open span {
	background-image: url(menu-item-enroule.png);
	width: 130px;
}

.navigation li a:hover,.navigation li a:focus,.navigation li a:active {
	text-decoration: none;
	width: 130px;
	background: #e3001b left bottom no-repeat;
}

.navigation li ul li a:hover,.navigation li ul li a:focus,.navigation li ul li a:active {
	text-decoration: none;
	width: 130px;
	background: #e4cc98 left bottom no-repeat;
}

.navigation .subMenu {
	font-size: 0.8em;
	background: none;
	margin: 0;
	padding: 0;
	list-style:none;
	border-bottom: 0px solid #666;
	width: 130px;
}

.navigation ul.subMenu a {
	background: none;
	color: #e3001b;
	width: 130px;
}

.navigation li .select {
	text-decoration: none;
	width: 130px;
	background: #e4cc98 left bottom no-repeat;
}

.navigation li#selected a {
	text-decoration: none;
	width: 130px;
	background: #e3001b left bottom no-repeat;
	}

