
#layer2 #div {
	padding-right: 12px;
	padding-left: 12px;
}

#layerright #menu-t {
	list-style-type: none;
}
#layerright #menu-t ul li {
	width: 150px;
	list-style-type: none;
	position: relative;
	background-color: #000000;
	display: table;
}
#layerright #menu-t ul li ul {

	width: 150px;
	position: absolute;
}

#layerright #menu-t ul li:hover ul {
	display: block;
	background-color: #000000;
	width: 150px;
	padding-left: 10px;
}
#layeryou{
	float: right;
	width: 225px;
}
#menu-t {
	width: 100px;
	border: 0px dashed #CCCCCC;
	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;
	background-color: #FFFFFF;
}
#menu-t ul li ul {
	position: absolute;
	width: 150px;
	font-size: 12px;
	line-height: 26px;
	font-weight: normal;
	left: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#menu-t ul li:hover ul {
	display: block;
	width: 140px;
	padding-left: 20px;
	background-color: #FFCCFF;
}
#menu-t ul{
	margin: 0px;
	padding: 0px;
}
#content #layeryou #menu-t a {
	background-color: #FFCCFF;
}
