#layeryou{
	float: right;
	width: 300px;
}
#menu-t {
	width: 100px;
	
	float: left;
}
#layeryou #menu-t a {
	width: 150px;
}

#menu-t ul li {
	display: block;
	width: 120px;
	line-height: 20px;
	position: relative;
	list-style: none;
	height: 26px;
	margin: 0px;
	padding: 0px 0px 0px 8px;
	border-bottom: 0px none #CCCCCC;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;

}
#menu-t ul li ul {
	position: absolute;
	width: 150px;
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	left: 100px;
	margin: 0px;
	padding: 0px;

}
#menu-t ul li:hover ul {
	display: block;
	width: 140px;
	padding-left: 20px;
}
#menu-t ul li:hover {
	background-color: #FFCCFF;
}
#menu-t ul{
	margin: 0px;
	padding: 0px;
}
#content #layeryou #menu-t a {

}
