/*Hauptnavigation*/

.navigation {
background: white;
height: 44px;
margin-top: 10px;
background: url(img_rallye/rallye_men.jpg) no-repeat;
width: 960px;
}


.navigation ul {
list-style: none;
font-size: 20px;
padding: 0px 0px 0px 0px;
margin-left: 0px;
font-family: arial;
text-transform: uppercase;
font-weight: bold;
width: 960px;
}

.navigation ul li {
float:left;
position:relative;
background-image:none;

}



.navigation  ul li a{
display:block;
font-weight:bold;
line-height:44px;
padding-left: 56px;
padding-right: 56px;
}

* html .navigation  ul li a{
padding-left: 62px;
padding-right: 62px;
float: left;
}


.navi_nor a {
color: white;
text-decoration: none;
color: white;

}

.navi_nor_last a {
color: white;
text-decoration: none;
color: white;

}

.navi_act a{
background: black;
color: white;
text-decoration: none;
}



.navi_nor a:hover{
background: black;
color: white;
}

.navi_nor_last a:hover{
background: black;
color: white;
}

li.navi_act_last a {
background: black;
color: white;
text-decoration: none;
}

