.transMenu {
	left: -1000px; overflow: hidden; position: absolute; top: -1000px
}
.transMenu .content {
	position: absolute
}
.transMenu .items {
	z-index: 2; 
	left: 0px; 
	position: relative; 
	top: 0px
}
.top .items {
	border-top: medium none
}
.transMenu .item {
	font-weight: normal; 
	font-size: 10px; 
	color: #000000; 
	font-family: verdana, arial, sans-serif; 
	text-decoration: none;
	cursor:pointer
}
.transMenu .background {
	z-index: 1; 
	filter: alpha(opacity=100); 
	left: 0px; 
	position: absolute; 
	top: 0px; 
	moz-opacity: 1; 
	background-color:#0f0f0f
}
.transMenu .shadowRight {
	z-index: 3; 
	filter: alpha(opacity=40); 
	width: 2px; 
	position: absolute; 
	top: 3px; 
	moz-opacity: .4
}
.transMenu .shadowBottom {
	z-index: 1; 
	filter: alpha(opacity=40); 
	left: 3px; 
	position: absolute; 
	height: 2px; 
	moz-opacity: .4
}
.transMenu .hover {
	background: #eaeef2; 
	color: #000000
}
.transMenu .item IMG {
	margin-left: 10px
}

