/**************************************************************
 *
 * @author	Cécile Kunz <info[at]kochwerbung.ch>
***************************************************************/


/*-------------------*/	
/* menu styles START */
/* */

#menu {
	list-style-type: none;
	text-decoration: none;
	padding:0;
	margin-top:0;
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	color:#A5A6A8;
	width:160px;
}
#menu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-decoration: none;
	list-style-image: none;
	width:160px;
}	
#menu li { 
	margin: 0px 0 0px 0; 
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu a{
	display: block;
	padding: 3px 0px;
	width:160px;
	color: #A5A6A8;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:bold;
}
#menu a:hover{
	color: #133E68;
	text-decoration:none;
	list-style-image:none;
}
#menu ul ul li { 
	padding: 0 0 0px 20px; 	
	list-style-type: none; 
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
	border-bottom: none;
	font-family:Arial;
	font-size:12px;
	line-height:16px;
	width:140px;
}
#menu ul ul li a{ 	
	list-style-type: none; 
	color: #A5A6A8;
	text-decoration: none;
	list-style-image: none;
	font-weight:normal;
}
#menu ul ul a{
	display: block;
	padding: 2px 0px;
	color: #A5A6A8;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
}
#menu ul ul a:hover{
	color: #133E68;
	text-decoration: none;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
}
 #menu .menu_active  {
	font-weight:bold;
	color: #133E68;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	
}
 #menu .menu_active_sub  {
	color: #133E68;
	list-style-image:none;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	font-weight:normal;
		
}


/* menu styles END */		
/*-------------------*/


