.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: .8;
	filter: alpha(opacity=80);
}

.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);
	
}

/* each TR.item is one menu item */
.transMenu .item {
	color: #404040;
	line-height: 16px;
   text-decoration: none;
	text-transform: none;
	border: none;
	cursor: pointer;
	cursor: hand;
	font-size: 11px;
	font-family: Tahoma;
}

.transMenu .item.hover {
	/*background: url(../images/topnav-bg-a-hover.gif) bottom repeat-x;*/
	background-color:#aed6ec;/*#FB9797;*/
	color: #404040;
}

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

.transMenu .item#active {
	/*background: url(../images/bac_top_link.png) repeat-x;*/
	color: #404040!important;
	/* -moz-opacity: .6;
	filter: alpha(opacity=60); */
	
}

.transMenu .item#active.hover {
	color: #404040;
}


/* For first level menu.*/
#ja-transmenu {
	margin: 0;
	padding: 0;
	height: 25px;
}

#ja-transmenu li {
	margin: 0;
	padding: 0;
	background: none;
	display: inline;
}

#ja-transmenu li a { /* common styles for 1st level menu */
	padding: 0 10px;
	float: left;
	line-height: 25px;
	height: 27px;
	text-decoration: none;
	display: block;
	text-align: center;
	border-right: 1px solid #FFFFFF;/*09608e;*/
	font-size:11px;
	font-family: Tahoma;
}

#ja-transmenu li a:hover { /* common styles for 1st level menu */
	color: #010f65;/*#4055d8;*/
	/*background: url(../images/topnav-bg-a-hover.gif) repeat-x; */
}



a.havechild-mainlevel_active-trans {
	/*background: url(../ja_transmenu/img/arrow-off.gif) 92% 52% no-repeat ; */
	color: #cccccc;
}

/*a.havechild-mainlevel_active-trans:hover , a.havechild-mainlevel_active-trans:active {
	background: url(../ja_transmenu/img/arrow-on.gif) 92% 52% no-repeat ;
}*/

a.mainlevel-trans {
	color:#FFFFFF;
}

a.mainlevel-trans:hover, a.mainlevel-trans:active {
	/*background: url(../images/topnav-bg-a-active.gif) repeat-x;*/
	color: #cccccc;
}

a.mainlevel_active-trans {
	/*background: url(../images/topnav-bg-a-active.gif) repeat-x;*/
	color: #cccccc;
}

/*a.mainlevel_active-trans:hover , a.mainlevel_active-trans:active {
	background: url(../images/topnav-bg-a-active.gif) repeat-x;
}*/
