.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
}

.transMenu .content {
	position:absolute;
	color: white;
}

.transMenu .items {
	position:relative;
	left:0px; 
	top:0px;
	z-index:2;
}

.transMenu.top .items {
	border: 1px solid white;
	text-align: center;
}

.transMenu .item {
	text-align: left;
   	background-color: #055588;
	color: white;
    font-size:10px;
	white-space: nowrap;

	cursor:pointer;
	
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-top: 1px solid white;
}

.transMenu .item.hover {
	background: #85171A;
}
