/**************************************************************
 * Navi Stylesheet 'navi.css' for 'www.donatoren-fcf.ch'.
 *
 * @author	C�cile Kunz <info[at]kochwerbung.ch>
***************************************************************/

/*-------------------*/	
/* menu styles START */

/*	
.menu-item { 
	padding: 0 0 0 0; 
	margin-top: 2px; 
	float:left; 
	height: 18px;
	
}
.menu-item-sub { 
	padding: 0 0 0 0; 
	margin-bottom: 0; 
	float:left; 
	height: 18px;

}


/* */

#menu {
	list-style-type: none;
	text-decoration: none;
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#ffffff;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
}	
#menu li { 
	margin: 0 0 0px 0; 
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu a{
	display: block;
	padding: 3px 0 3px 15px;
	width: 140px;
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu a:hover{
	color: #FFFFFF;
	text-decoration: none;
	list-style-image:none;
	font-weight:normal;
	background-image:url(../layout/navi_pfeil.gif);
	background-position:left;
	background-repeat:no-repeat;
}
#menu ul ul li { 
	margin: 0 0 0px 0px; 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
	background-image:none;
}
#menu ul ul li a{ 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	background-image:none;
}
#menu ul ul a{
	display: block;
	padding: 2px 0px 2px 30px;
	color: #fff;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	background-image:none;
	font-size:11px;
	line-height:15px;
	color:#ffffff;
}
#menu ul ul a:hover{
	color:#1CA4FF;
	text-decoration: none;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	font-weight:normal;
	background-image:none;
	font-size:11px;
	line-height:15px;
}
 #menu .menu_active  {
	font-weight:normal;
	color:#1CA4FF;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	font-weight:normal;
	background-image:url(../layout/navi_pfeil.gif);
	background-position:left;
	background-repeat:no-repeat;
	
}
 #menu .menu_active_sub  {
	color:#1CA4FF;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
	font-size:11px;
	line-height:15px;
		
}


/* menu styles END */		
/*-------------------*/
