#BlockMenu {
	position:relative; float:left ; width: 182px; height:425px;
	top:-3px;
	left:-21px;
	text-align:left; 
	background-image: url(../images/Menu3.jpg); background-repeat:no-repeat; background-position:0 0;
	z-index: 2;
}

dl, dt, dd, ul, dd li {
margin: 0;
padding: 0;
list-style-type: none;
}
#Menu {
position: relative;
top: 10px;
left: 10px;
width: 130px;
}

#Menu dt {
cursor: pointer;
height: 22px;
line-height: 22px;
margin: 2px 0;
text-align: right;
font-weight: bold;
}

#Menu dd {
position: absolute;
z-index: 2;
left: 130px;
margin-top: -25px;
width: 17em;
visibility:hidden;
display: none;
}

#Menu ul {
padding: 2px 5px;
border: solid 2px #ff8d00;
}
#Menu li {
text-align: center;
font-size: 11px !important; font-size: 13px;
font-weight: bold;
height: 20px;
line-height: 20px;
}
#Menu li a, #Menu dt a {
color: #000;
text-decoration: none;
display: block;
padding: 0 5px 0 10px;
height:20px;
font-size:11px !important; font-size: 13px;
}

#Menu a:hover {
	background: #ffd200;
	color: #ffffff;
}

#Menu dd ul {
background: #ffa900;
border: 2px solid #ff8d00;
}

.here {
	background: #ffd200;
	font-size:11px !important; font-size: 13px;
	padding: 0 5px 0 0;
}

