.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.td .items {
	border:none;
}
.transMenu .item {
    color:#000000;
	font-family:arial;
	font-size:11px;
	cursor:hand;
 
	}
.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	background-color:#ffffff;
	}

.transMenu .item.hover {
	color:ffffff;
	background:#005068;
	}

#jk
{
border-bottom:1px solid #000000;
}