.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	margin-top:10px;}


.transMenu .content {
	position:absolute;}


.transMenu .items {
	background-color:#e8ecf1;-moz-opacity:.8;
	filter:alpha(opacity=80);
	position:relative;
	left:0px;
	top:0px;
	width: 120px;
	z-index:2;}

.transMenu.top .items {
	border-top:none;}




.transMenu .itemcol {
	color:#d14a0b;
	font-size:12px;
	font-family:sans-serif;
	text-decoration:none;
	
	border:none;
	cursor:pointer;}

.transMenu .itemcol_static {
	color:#fff;
	font-size:12px;
	font-family:sans-serif;
	text-decoration:none;
	
	border:none;
	//background-color: #f5f5f5;}


.transMenu .background {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=20);}


.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);}


.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);}




.transMenu td.hover {
	background:#940809;
	color: #fff;}


.transMenu .item img {
	margin-left:10px;}
