.transMenu {
	LEFT: -1000px; OVERFLOW: hidden; POSITION: absolute; TOP: -1000px
}
.transMenu .content
{
	font-size: 9px;
	position: absolute;
	text-indent: 0px;
	direction: rtl;
	width: 117px;
	right: 1px;
	top: 0px;
}

/*******************************************/
.transMenu .items
{
	z-index: 2;	
	width: 110px;
	position: relative;
	top: 0px;
	text-align: right;	
}

/*******************************************/
.top .items {
	BORDER-TOP: medium 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); 
	right: 0px; POSITION: absolute; 
	TOP: 0px; moz-opacity: .90
}
.transMenu .shadowRight
{
	z-index: 3;
	FILTER: alpha(opacity=90);
	width: 1px;
	position: absolute;
	top: 2px;
	moz-opacity: .95;
	
}
.transMenu .shadowBottom
{
	z-index: 3;
	FILTER: alpha(opacity=90);
	left: 1px;
	position: absolute;
	height: 2px;
	moz-opacity: .9;
	
}
/*********************************************/
.transMenu .hover1 {
background:#B8DEF3;	
	color:#588AAB;
}
.transMenu .hover2 {
background:#C4DDCA;	
	color:#3995A4;
}
.transMenu .hover3 {
background:#DAD9BE;	
	color:#959479;
}
.transMenu .hover4 {
background:#D4E3B2;	
	color:#9FB177;
}
.transMenu .hover5 {
background:#EBE2AD;	
	color:#B7B295;
}
.transMenu .hover6 {
background:#C4DDCA;	
	color:#3995A4;
}
/*********************************************/
.transMenu .item IMG {
	MARGIN-LEFT: 2px
}



