@charset "iso-8859-2";
/* CSS Document */

/**************************************************************
 * Moto Weder
 *
 * @Author KOCH KOMMUNIKATION AG
 *
 * 'final_drop.css' for 'www.moto-weder.ch'.
 *
***************************************************************/

/*-------------------*/	
/* menu styles START */
#navi{
	text-decoration:none;
	float:left;
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	/*width:792px;
	height:49px;
	padding:0 10px 0 30px;*/
}
.navi {
	font-family:Arial;
	font-size:12px;
	color:#FFFFFF;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
	width:792px;
	height:49px;
	padding:0 10px 0 30px;
}
.navi ul li .dropact, .navi ul li .dropact_sub,.navi .dropact_sub,.navi .dropact,#navi a .dropact_sub,#navi a .dropact  {
	color:#FFFFFF;
	background: url(../layout/navi/navi_hover_home.png) center no-repeat;
	text-decoration:none;
	height:43px;
}

 /* style the top level hover */
.navi ul a:hover,.navi ul :hover > a {
	color:#FFFFFF;
	background: url(../layout/navi/navi_hover_home.png) center no-repeat;
	text-decoration:none;
	height:43px;
}

* html .navi ul a:hover, * html.navi ul :hover > a,
* html .navi ul li .dropact,* html  .navi ul li .dropact_sub,* html .navi .dropact_sub,* html .navi .dropact,* html #navi a .dropact_sub,* html #navi a .dropact  	/* hack for ie6 background png */
				{ color:#FFFFFF;
	background: url(../layout/navi/navi_hover.gif) center no-repeat;
	text-decoration:none;
	height:43px;} 



/* remove all the bullets, borders and padding from the default list styling */
.navi ul {
padding:0;
margin:0;
list-style-type:none;
}
 .navi ul ul {
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
 .navi li {
float:left;
position:relative;
}
/* style the links for the top level */
.navi a,  .navi a:visited {
display:block;
font-size:12px;
color:#FFFFFF;
font-weight:normal;
text-decoration:none;
padding:6px 10px 0px 10px;
height:43px;
}

/* a hack so that IE5.5 faulty box model is corrected */

* html  .navi a, * html  .navi a:visited {
width:auto;
w\idth:auto;
padding:0;
height:43px;
h\eight:43px;
}


