#layer {
	float: right;
	width: 370px;
}
#menu {
	font-size: 12px;
	font-style: normal;
	line-height: 26px;
	font-weight: normal;
	background: ;
	width: 150px;
	border:0px dashed #FFCCFF;
}

#menu ul li.current ul { display:block;}

ul, li, h1, h2, h3, h4, h5, h6, p, form, dl, dt, dd {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
}
#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu ul li {
	line-height: 26px;
	height: 26px;
	padding-right: 8px;
	padding-left: 8px;
	border-bottom: 0px dashed #FFCCFF;
	position:relative;

	width: 150px;
	list-style-type: none;
}
#menu ul li ul {
	left: 150px;
	top: 0px;
	position: relative;
	border: 0px dashed #FFCCFF;
	list-style: none;
}
#menu ul li:hover ul {
	display: block;
}
#menu ul li:hover  {
	background-color: #FFCCFF;
}
