/*********************************    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:#5a5a5a;
    font-size:10px;
    font-family:tahoma;
    text-decoration:none;
		border:none;
		cursor:pointer;
		cursor:hand;
		text-align:left;
		text-transform:none;;
}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	opacity:0.8;
	filter:alpha(opacity=80);
}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.0;
	opacity:0.0;
	filter:alpha(opacity=15);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.0;
	opacity:0.0;
	filter:alpha(opacity=15);
	}

.transMenu .items {
	border:none ;
}
.transMenu .items td {
	background:url(img/hr_sub_menu.gif) bottom repeat-x;
	color:#fff;
}	
.transMenu .item td {
	color:#fff;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}

.transMenu .hover td {
background:url(img/hr_sub_menu.gif) bottom #2f9463 repeat-x;
	padding-left:15px;
	color:#fff;
}

.transMenu .item img {
 
}

.transMenu .items {
	width:200px;
 
}