body{
	background-image: url(../images/back_navigation.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	padding:0;
	margin:0;
   font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/

#box_navigation{
	width: 153px;
	height:100%;
	background-image: url(../images/bike_navi.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

#box2_navigation {	
   background-image: url(../images/back_navi_box.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width:153px;
	height:100%;
	padding-top:15px;
}

.nav {
	padding-top: 0px;
	margin-left: 0px;
	padding-left: 0px;
	padding-right: 0px;
}
/*------------*/
.nav li {
	list-style: none;
	width:153px;
}
/*------------*/
.nav a {
color:white;
margin:5px 0 5px 0;
padding:1px 3px 1px 4px;
text-decoration:none;
background:transparent;
display:block;
width:140px;
float:right;
text-align:right;
padding-right:5px;
font-weight:normal;
line-height:20px;
}
.nav a:hover {
line-height:16px;
font-weight:bold;
color:#EBC800;
background:#1F86AB;
border-top:2px solid #2190B8;
border-bottom:2px solid #176582;
border-left:2px solid #176582;
text-align:left;
}
.nav a:focus, .nav a:active {
line-height:16px;
font-weight:bold;
color:white;
background:#1F86AB;
border-top:2px solid #2190B8;
border-bottom:2px solid #176582;
border-left:2px solid #176582;
text-align:left;
}

/*----------------------------------------------------------------------------------------------------------------------------------*/


