

.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	padding-left: 2px;
	}

.transMenu .content {
	position:absolute;
	}


.transMenu .items {
	position:relative;
	left:0px; top:0px;
	z-index:2;
	text-indent:5px;
	}
.transMenu.top .items {
	border-top:none;
	}


.transMenu .item{
    font-size:11px;
    text-decoration:none;
	font-weight:bold;
    margin: 0px;
	display:block;
	
	border:none;
	cursor:pointer;
	cursor:hand;
	border-bottom: 1px solid #000;
	}


.transMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}


.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-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.hover {
	background:#D5D5D5;
}
.transMenu .item.hover td {color:#3366CC;}

.transMenu .item img {
	margin-left:10px;
	}
.transMenu .item#active {
	background:#ff0000;
	color:black;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	background:#3366CC;
	}
.transMenu .item td{
	font-size: 10px;
	color:#1D4B6F;
	text-decoration: underline;
	font-weight:bold;
	font-weight: none;
}

#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;   
   text-decoration:none;
   font-size: 9px;
   font-weight:bold;
   color:#1D4B6F;
   black-space:nowrap;
   line-height: 20px;
   border-left: 1px solid #FFF;
   border-right: 1px solid #FFF;
   display: block;
   height: 20px;
width:100px;
   margin: 0px;
   padding: 0px 3px 0px 3px;
   background: url("emphasis.jpg"/*tpa=http://www.tc-service.com
/modules/ja_transmenu/img/emphasis.jpg*/) no-repeat;
   background-position: right; 
   background-color: #1F357C;
}
a.mainlevel-trans:hover {
  color:#1D4B6F;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   font-family: Verdana, Arial, Helvetica, sans-serif;
   text-decoration:none;
   font-size: 9px;
   font-weight:bold;
   color:#1D4B6F;
   black-space:nowrap;
   line-height: 20px;
   border-left: 1px solid #FFF;
   border-right: 1px solid #FFF;
   display: block;
   height: 20px;
width:100px;
   margin: 0px;
   padding: 0px 3px 0px 3px;
   background: url("emphasis.jpg"/*tpa=http://www.tc-service.com
/modules/ja_transmenu/img/emphasis.jpg*/) no-repeat;
   background-position: right; 
   background-color:#1F357C;
}
a.mainlevel_active-trans:hover {
  color:#3366CC;
}


