#menu {
	clear:left;
	float:left;
	width:225px;
	margin:0 0 10px 0;
	padding:0;
	font-family: Tahoma;
	font-size: 12px;

}

#menuold{
  min-height:500px;
  height:auto !important;
  height:500px;
  width:210px;
  float:left;
  margin-right:20px;
  color:black;
  background:#333;
  padding:0px;
  font-family: Tahoma;
  font-size: 12px;
}

#menu a{
	/*
	font-weight:bold;
	*/
	height: auto !important;
	height: 18px;      /*  IE5.x i IE6 */
	min-height: 18px;
	text-decoration:none;
	color:#666666;
	display:block;
	padding:3px 0 0 10px;
	/*
	background:#f4f4f4 url(../img/bgmenu.gif) bottom left repeat-x;
	
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	
	border-left:4px solid #cccccc;*/
	border-bottom:1px solid #d8d8d8;
	margin-bottom:5px;
	background-image: url(../img/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
}


#menu a:hover {
	background-image: url(../img/bgmenu_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	color:#2D2D2D;
	/*
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	
	border-left:4px solid #be3037;*/
	border-bottom:1px solid #b0b0b0;
}

#menu a.level1-act {
    background-image: url(../img/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	color:#494034;
	/*
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	
	border-left:4px solid #be3037;*/
	border-bottom:1px solid #b0b0b0;
	font-weight: normal;
}

#menu a.level2-no {
	background-image: url(../img/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	margin:4px 0 5px 15px;
	font-size:12px;
	width:196px;
	
 	height: auto !important;
	height: 18px;      /*  IE5.x i IE6 */
	min-height: 18px;

	/*
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	*/
	border-bottom:1px solid #d8d8d8;
	padding:4px 0 0 8px;
}

#menu a.level2-no:hover {
	background-image: url(../img/bgmenu_hover.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	color:#2D2D2D;
}

#menu a.level2-act {
	font-size:12px;
	
	background-image: url(../img/bgmenu.gif);
	background-repeat: no-repeat;
	background-position: left center;
	
	color:#494034;
	/*
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-left:4px solid #be3037;
	*/
	border-bottom:1px solid #b0b0b0;
	
	height: auto !important;
	height: 18px;      /*  IE5.x i IE6 */
	min-height: 18px;

	margin:5px 0 5px 15px;
	padding:4px 0 0 8px;
	font-weight: normal;
}


