/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	margin-left:4px;
	top:-1000px;
	left:-1000px;
	}

.transMenu .content {
	position:relative;
	padding:0;
	}

.transMenu .items {
	position:relative;
	left:0px; 
	top:0px;
	margin:0;
	z-index:2;
	background:#ffffff;
	}


.transMenu.top .items {


	}

.transMenu .item {
    color:#444444;
    font-size:11px;
    font-family:tahoma;
    text-decoration:none;
	text-align:left;
	cursor:pointer;
	cursor:hand;
/*	background-color:#949295;*/
background:url(/templates/images/li_menu.gif) repeat-x;
	borde-top:1px solid #8ea8b7;
	border-bottom:none;
	}
	
.transMenu .item td{ 
	height:25px;
	_height:23px;
	padding-left: 0px;
	padding-right: 0px;
	background:url(/templates/images/li_menu.gif) repeat-x bottom;
}

.transMenu .item1 {
    

	}
	
.transMenu .item1:hover {
/*   	background:#a9a9a9;*/
	}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px;
	display:none;
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	display:none;
	}

.transMenu .item.hover {
/*	background:#a9a9a9;*/
	}

.transMenu .item.hover span{
	text-decoration:underline;
}

.transMenu .item.hover td {
	padding-left:0px;
	padding-right:0px;
	}

	
.transMenu .item img {
	margin-left:10px;
	}*/
