/*



.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}


.transMenu .content {
	position:absolute;
	}


.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	}

.transMenu.top .items {
	border-top:none;
	}


.transMenu .item {
    color:#F7EBB1;
    font-size:12px;
    font-weight:bold;
    font-family:tahoma;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}


.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:0;
	-moz-opacity:1;
	filter:alpha(opacity=100);
	}


.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=0);
	}


.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=0);
	}


.transMenu .item.hover {
	background:red;
	color:#F7EBB1;
	}

.transMenu .item img {
	margin-left:0px;
	}
	
*/	