.transMenu { 
position : absolute; 
overflow : hidden; 
left : -1000px; 
top : -1000px; 
} 
.transMenu .content { 
position : absolute; 
} 
.transMenu .items { 
position : relative; 
left : 0; 
top : 0; 
z-index : 2; 
font-size : 11px; 
} 
.transMenu .background { 
position : absolute; 
left : 0; 
top : 0; 
z-index : 1; 
} 
.transMenu .shadowRight { 
width : 2px; 
position : absolute; 
z-index : 3; 
top : 3px; 
} 
.transMenu .shadowBottom { 
position : absolute; 
z-index : 1; 
left : 3px; 
height : 2px; 
} 
.transMenu .item { 
border : none; 
color : #5a5a5a; 
text-decoration : none; 
text-transform : none; 
cursor : pointer; 
font-weight : normal; 
} 
.transMenu .item.hover { 
color : #ffffff; 
background : #c0c0c0; 
} 
.transMenu .item img { 
margin-left : 10px; 
} 
.transMenu .item#active, .transMenu .item#active:hover { 
background : #51608d; 
color : #ffffff !important ; 
font-weight : bold; 
} 
#ja-transmenu { 
margin : 0; 
} 
#ja-transmenu li { 
margin : 0; 
padding : 0; 
background : none; 
} 
#ja-transmenu li a { 
margin : 0; 
padding : 0; 
display : block; 
height : 25px; 
line-height : 25px; 
padding-left : 15px; 
background : #ffffff url(site/bullet-menu.gif) no-repeat left bottom; 
text-decoration : none; 
text-transform : uppercase; 
} 
#ja-transmenu li a:hover { 
color : #51608d; 
background : #ffffff url(site/bullet-menu.gif) no-repeat left top; 
} 
a.havechild-mainlevel-trans { 
background : url(img/arrow-off2.gif) no-repeat right center; 
} 
a.havechild-mainlevel-active-trans, a.havechild-mainlevel-active-trans:active { 
background : #ffffff url(site/bullet-menu.gif) no-repeat left top; 
color : #51608d; 
font-weight : bold; 
} 
a.jahover { 
background : #ffffff url(site/bullet-menu.gif) no-repeat left top; 
color : #51608d; 
} 
a.jahover-active { 
background : #ffffff url(site/bullet-menu.gif) no-repeat left top; 
color : #51608d; 
font-weight : bold; 
} 
a.mainlevel-trans:hover, a.mainlevel-trans:active { 
color : #51608d; 
background : #ffffff url(site/bullet-menu.gif) no-repeat left top; 
} 
a.mainlevel-active-trans, a.mainlevel-active-trans:hover, a.mainlevel-active-trans:active { 
background : #ffffff url(site/bullet-menu.gif) no-repeat left top; 
color : #51608d; 
font-weight : bold; 
}
