/* ************************************************* *//* Multilevel java-dhtml-css menus                   *//* (c) 2007 Bo Svensson,                             *//* Intex Datakonsult AB, Stocksund, Sweden           *//* ************************************************* */div.menu0style{/* general attributes *//*	height:15px; */	width:181px;	margin-top:1px;	margin-bottom:0px;	margin-left:0px;	margin-right:0px;	border-top: 1px solid #dbdecb;	border-bottom: 1px solid #dbdecb;	border-left: 1px solid #dbdecb;	border-right: 1px solid #dbdecb;	padding-top:2px;	padding-bottom:0px;	padding-left:0px;	padding-right:0px;	cursor:pointer;/* text attributes */	font-family:arial;	font-size:11px;	color:black;	font-weight:bold;	text-align:left;/* choose background as image or color */	background-image:url(../img/120x6_vit.gif);	background-repeat:no-repeat;	background-position:left;	background-color:#f8f8f6;}/* ******************************************************* */div.menu1styleplus{/* general attributes */	height:15px;	width:155px;	margin-top:0px;	margin-left:0px;	margin-bottom:0px;	margin-right:0px;	border-top: 1px solid #dbdecb;	border-bottom: 1px solid #dbdecb;	border-left: 1px solid #dbdecb;	border-right: 2px solid #dbdecb;	padding-top:3px;	padding-bottom:4px;	padding-left:25px;	padding-right:0px;	cursor:pointer;/* text attributes */	font-family:arial;	font-size:12px;	color:black;	font-weight:normal;	text-align:left;/* choose background as image or color */	background-image:url(../images/menuplus.gif);	background-repeat:no-repeat;	background-position:left; 	background-color:#f7f1e5; }/* #menu1styleplus:hover {color:red;} *//* #menu1styleplus:visited {color:#606060;} *//* ******************************************************* */div.menu1styleminus{/* general attributes */	height:15px;	width:155px;	margin-top:0px;	margin-left:0px;	margin-bottom:0px;	margin-right:0px;	border-top: 1px solid #dbdecb;	border-bottom: 1px solid #dbdecb;	border-left: 1px solid #dbdecb;	border-right: 2px solid #dbdecb;	padding-top:3px;	padding-bottom:4px;	padding-left:25px;	padding-right:0px;	cursor:pointer;/* text attributes */	font-family:arial;	font-size:12px;	color:black;	font-weight:normal;	text-align:left;/* choose background as image or color */	background-image:url(../images/menuminus.gif);	background-repeat:no-repeat;	background-position:left; 	background-color:#f7f1e5; }/* #menu1styleminus:hover {color:red;} *//* #menu1styleplus:visited {color:#606060;} *//* ******************************************************* */div.menu1stylelink{/* general attributes */	height:15px;	width:155px;	margin-top:0px;	margin-left:0px;	margin-bottom:0px;	margin-right:0px;	border-top: 1px solid #dbdecb;	border-bottom: 1px solid #dbdecb;	border-left: 1px solid #dbdecb;	border-right: 2px solid #dbdecb;	padding-top:3px;	padding-bottom:4px;	padding-left:25px;	padding-right:0px;	cursor:pointer;/* text attributes */	font-family:arial;	font-size:12px;	color:black;	font-weight:normal;	text-align:left;/* choose background as image or color */	background-image:url(../images/menulink2.gif);	background-repeat:no-repeat;	background-position:left; 	background-color:#f7f1e5; }/* #menu1styleminus:hover {color:red;} *//* #menu1styleplus:visited {color:#606060;} *//* ******************************************************* */div.menu2style{/* general attributes */	height:15px;	width:151px;	margin-top:0px;	margin-left:14px;	margin-bottom:0px;	margin-right:0px;	border-top: 0px;	border-bottom: 1px solid #f0f0e0;	border-left: 0px;	border-right: 0px;	padding-top:2px;	padding-bottom:2px;	padding-left:15px;	padding-right:0px;/* text attributes */	font-family:arial;	font-size:11px;	color:black;	font-weight:normal;	text-align:left;/* choose background as image or color */	background-image:url(../images/menulink.gif);	background-repeat:no-repeat;	background-position:left;	background-color:#f8f8f0; }div.menu2style a{	color:black;	text-decoration:none;}div.menu2style a:hover{	color:red;	text-decoration:none;}
