/*	Client: Mosimann Neese Hagmann www.mnh-law.ch
	Autor: Alexander Albrecht www.christen.ch
	© 2007

	Menu
	CSS-Version 1.0
	19.12.2007

	COLORS
	font				=	#111 (nicht ganz schwarz)
	background-color	=	#FCFCFC (nicht ganz weiss)
	mnh-Logo			=	#A2B100
	mnh-Hinterlegungen	=	#C0CE42

*/

/*	<!-- !  MENU --> */
div#menu {
	position: fixed;
	top: 0; /* wichtig für IE6, zusätzlich position absolute in ie6.css */
	width: 185px;
	margin: 235px 0 0 45px;
/* background-color: yellow; */
	
	font-size: 27px;
	line-height: 33px;
}

div#menu ul ul {
	font-size: 14px;
	line-height: 22px;
	margin: 0 0 1px 2px;
}

div#menu ul#language {
	margin: 14px 0 0 2px;
	font-size: 14px;
	line-height: 22px;
	color: #999;
}

div#menu a:link,
div#menu a:visited {
	color: #111;
}

div#menu a:hover,
div#menu a:active,
div#menu a.selected {
	color: #111;
	text-decoration: underline;	
}

div#menu ul#language a:link,
div#menu ul#language a:visited {
	color: #999;
}

div#menu ul#language a:hover,
div#menu ul#language a:active {
	color: #111;
	text-decoration: underline;	
}
