.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	margin-top:3px;
	}
.transMenu .content {
	position:absolute;
	}
.transMenu .items {
	position:relative;
	left:0px;
	top:0px;
	z-index:2;
	}
.transMenu .item {
	cursor:pointer;
	cursor:hand;
	font-family:"微软雅黑", "宋体";
	text-align:center;
	}
.transMenu .background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	border-bottom:#bebebe 2px solid;
	border-top:#981122 2px solid;
	}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px;
	width:2px;
	}
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px;
	height:2px;
	}
.transMenu .item.hover {
	background:#FFF;
	color:#820008;
	}
.transMenu .item img {
	margin-left:10px;
	}