#menu {
	clear:left;
	float:left;
	width:150px;
	margin:0 0 10px 0;
	padding:0;

}

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

#menu a{
	font-weight:bold;
	height:20px;
	text-decoration:none;
	color:#505050;
	display:block;
	padding:6px 0 0 10px;
	background:#f4f4f4 url(../img/menubg.gif) bottom left repeat-x;
	margin-bottom:5px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d8d8d8;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	border-left-color: #1c5bcc;
}

#menu a:hover {
	background:#eaeaea url(../img/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #e92614;
}

#menu a.level1-act {
  	background:#eaeaea url(../img/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #e92614;
}

#menu a.level2-no {
	margin:5px 0 5px 15px;
	font-size:0.9em;
	width:122px;
 	height:16px;
	border-top:1px solid #d8d8d8;
	border-right:1px solid #d8d8d8;
	border-bottom:1px solid #d8d8d8;
	padding:4px 0 0 8px;
}

#menu a.level2-act {
	font-size:0.9em;
	background:#eaeaea url(../img/menubg2.gif) bottom left repeat-x;
	color:#505050;
	border-top:1px solid #b0b0b0;
	border-right:1px solid #b0b0b0;
	border-bottom:1px solid #b0b0b0;
	border-left:4px solid #e92614;
	height:16px;
	margin:5px 0 5px 15px;
	padding:4px 0 0 8px;
}