/*********************************    Menu     *********************************************/
.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:#636363;
	font-size:10px;
	font-family:tahoma;
	text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	text-align:left;

}

.transMenu .background {
	position:absolute;
	border:1px solid #edfdde;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.9;
	filter:alpha(opacity=80);
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:1px;
	-moz-opacity:.4;
	filter:alpha(opacity=95);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:1px;
	-moz-opacity:.1;
	filter:alpha(opacity=85);
	}
.transMenu .item {
	height:25px;
	color:#ce0001;
	font-size:11px;
	font-weight:bold;
}

.transMenu .item.hover {
	padding-left:25px;
	color:#0da115;
}
.transMenu .item td{	
	padding-left:25px;
	line-height:30px;
	-moz-opacity:.9;
	filter:alpha(opacity=98);
	background: url(img/hr_submenu.gif) bottom repeat-x;
	font-size:11px;
	color:#636363;
}

.transMenu .item.hover td{
	padding-left:25px;
	color:#0da115;
}

.transMenu .item img {
	padding-right:2px;
}