/*********************************    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:.9;
	opacity:0.9;
	filter:alpha(opacity=90);
}

.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:1px; width:1px;
	-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-left:#cbcbcb solid 1px;
	border-right:#cbcbcb solid 1px;
}
.transMenu .items td {
	border-bottom:#cbcbcb solid 1px;
	-moz-opacity:1;
	opacity:1;
	filter:alpha(opacity=100);
	text-transform:none;;
}	
.transMenu .item td {
	color:#0064a9;
	font-size:11px;
	font-weight:bold;
	line-height:30px;
	text-align:left;
}

.transMenu .hover td {
	background-color:#FFFFFF;
	padding-left:15px;
	color:#0064a9;
}
.transMenu .item img {
	padding-right:5px;
}

.transMenu .items {
	width:200px;
}