.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 {
}
.transMenu .background {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	-moz-opacity: .9;
	filter: alpha(opacity=90);
}
.transMenu .shadowRight {
	width: 2px;
	position: absolute;
	z-index: 3;
	top: 3px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.transMenu .shadowBottom {
	position: absolute;
	z-index: 1;
	left: 3px;
	height: 2px;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}

.transMenu .item {
font-family:"Trebuchet MS";
	color: #ffffff;
   text-decoration: none;
	text-transform: none;
	border: none;
	cursor: pointer;
	font-size: 11px;
}

.transMenu .item.hover {
font-family:"Trebuchet MS";
	color: #ffffff;
	background: #7AB038;
}

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

.transMenu .item#active {
	color: #C50000;
	font-weight: bold;

}

.transMenu .item#active:hover {
	background: #7AB038;
	color: #CA0000;
	font-weight: bold;
}

#ja-mainnav div.transmenu-inner {
	float: left;
}


#ja-transmenu {
	margin: 0;
	padding: 0;
	float: left;
}