/*********************************    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;
}

.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.95;
	opacity:0.95;
	filter:alpha(opacity=95);
	}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	opacity:0.4;
	filter:alpha(opacity=15);
	}

.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	opacity:0.4;
	filter:alpha(opacity=15);
	}


.transMenu .items {
}
.transMenu .items td {
	background:url(img/hr_menusub.gif) bottom repeat-x;
	
}	
.transMenu .item td {
	color:#484948;
	font-size:11px;
	font-weight:normal;
	line-height:31px;
	height:31px;
}

.transMenu .item td span {
	padding-left:15px;
	background:url(img/icon_sub_menu.gif) left no-repeat;
	line-height:31px;
	height:31px;
}	
.transMenu .hover td {
	background:url(img/bg_menusub_hover.gif) repeat-x;
	color:#484948;
}

.transMenu .hover td span{
	padding-left:15px;
	background:url(img/icon_sub_menu_hover.gif) left no-repeat;
}

.transMenu .item img {
	padding-right:5px;
}

.transMenu .items {
	width:200px;
}