.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}
.transMenu .content
{
	font-size: 11px;
	position: absolute;
	text-indent: 0px; 
	direction: ltr;
	width: 120px;
	right: 1px;
	top: 0px;
}

/*******************************************/
.transMenu .items
{
	position:relative;
	left:0px; top:0px; text-align:left;
	z-index:2;
	width: 120px;
	background-color:#BD9653;	
}

/*******************************************/
.top .items {
	border-top:none;
}

.transMenu .item {
	 text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
}

.transMenu .background {
	Z-INDEX: 1; filter: alpha(opacity=95); 
	left: 0px; POSITION: absolute; 
	TOP: 0px; -moz-opacity: .90
	
}
.transMenu .shadowRight
{
	
}
.transMenu .shadowBottom
{
	z-index: 3;
	FILTER: alpha(opacity=90);
	left: 1px;
	position: absolute;
	height: 2px;
	moz-opacity: .9;
	
}
/*********************************************/
.transMenu .hover1 {
background:# A27B38;	
	color:#fff; 
}

/*********************************************/
.transMenu .item IMG {
	MARGIN-LEFT: 2px
}


