.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	z-index:5001;
	text-align:left;
	}
.transMenu .content {
	position:absolute;
	}
.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:5001;
	border:1px solid #000000;
	background: #333;
	width:auto;
	}

.transMenu.top .items {
	background: #333;
	}

.transMenu td { border-bottom: 1px solid #333;}
	
.transMenu .item {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-transform: capitalize;
	padding: 0px;
	width:100%;
	line-height: 20px;
	background: #fff;
	color: #333; 
		border-bottom:1px solid #000000;
		cursor:pointer;
		cursor:hand;
	}
.transMenu .background {
	position:absolute;
	background: none;
	left:0px; top:0px;
	z-index:5000;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
.transMenu .shadowBottom {
	position:absolute;
	z-index:5000;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}
.transMenu .item.hover {
	background: #eee;
	color:#333;

	}
.transMenu .item img {
	margin-left:0px;
	}

#wrap {
    border:0px solid black;
    width:890px;
    }
 

