@charset "iso-8859-2";
/* CSS Document */

/**************************************************************
 * Natura Güggeli AG  
 *
 * @Author KOCH KOMMUNIKATION AG
 *
 * 'final_drop.css' for 'www.naturagüggeli.ch'.
 *
***************************************************************/

/*-------------------*/	
/* menu styles START */
#navi{
	text-decoration:none;
	float:left;
	font-family:Verdana;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	width:818px;
	padding:0 2px 0 10px;
	height:40px;
}
.navi {
	font-family:Verdana;
	font-size:13px;
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	width:818px;
	padding:0 2px 0 10px;
	height:40px;
}
#navi a .dropact {
color:#FFFFFF;
 background: url(../layout/navi_hoover_neu.gif) left repeat-x;
text-decoration:none;}
#navi a .dropact_sub {
color:#FFFFFF;
 background: url(../layout/navi_hoover_neu.gif) left repeat-x;
text-decoration:none;}
.navi .dropact {
color:#FFFFFF;
 background: url(../layout/navi_hoover_neu.gif) left repeat-x;
text-decoration:none;
}
.navi .dropact_sub {
color:#FFFFFF;
 background: url(../layout/navi_hoover_neu.gif) left repeat-x;
text-decoration:none;
}
.navi ul li .dropact {
color:#FFFFFF;
text-decoration:none;
background: url(../layout/navi_hoover_neu.gif) left repeat-x;

}
.navi ul li .dropact_sub {
color:#FFFFFF;
text-decoration:none;
background: url(../layout/navi_hoover_neu.gif) left repeat-x;

}

 /* style the top level hover */
.navi ul a:hover,.navi ul :hover > a {
color:#FFFFFF;
 background: url(../layout/navi_hoover_neu.gif) left repeat-x;
text-decoration:none;
}



/* 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:13px;
color:#FFFFFF;
font-weight:bold;
text-decoration:none;
line-height:39px;
padding:0 10px;
}

/* 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 5px 0 5px;
}



