body {
	background-image: url(../images/navigation.jpg);
	background-attachment: fixed;
	background-position: bottom left;
	background-repeat: no-repeat;
	background-color: White;
	margin:0;
	padding:0;
}

/*_______________Typo_______________*/
.menu1_level1 A {
   background-color: #0347A8;
	color: white;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 0.8em;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	margin-bottom: 15px;
	line-height: 25px;
	border-right: 3px solid #FF0000;
	padding-left: 5px;
}

.menu1_level1 A:hover {
   background-color: White;
   text-align: right;
	color: black;
	padding-right: 5px;
}

.menu1_level1 A:focus, .menu1_level1 A:active {
   background-color: white;
   text-align: right;
	color: black;
	padding-right: 5px;
}
