.transMenu {
left:-1000px;
overflow:hidden;
position:absolute;
top:-1000px;
}
.transMenu .content {
position:absolute;
}
.transMenu .items {
left:0;
position:relative;
top:0;
z-index:2;
}
.transMenu.top .items {
border-top:medium none;
}
.transMenu .item {
border:medium none;
color:#707070;
cursor:pointer;
font-family:sans-serif;
font-size:11px;
text-decoration:none;
font-weight: bold;
}
.transMenu .hover {
color: #0066CC;
}
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:0.9;
	filter:alpha(opacity=90);
}
/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}
/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:0.4;
	filter:alpha(opacity=40);
}

