.transMenu {
	position: absolute;
	overflow: hidden;
	left: -1000px;
	top: -1000px;
	font: Arial;
} 
.transMenu .content { 
position : absolute;
} 
.transMenu .items { 
position : relative;
left : 0;
top : 0;
z-index : 2;
text-indent : 5px;
} 
.transMenu.top .items {
	font-family: Arial;
	font-size: 12px;
	border-top: none;
	font: Arial;
} 
.transMenu .item { 
font-size : 12px;
text-decoration : none;
font-weight : normal;
margin : 0;
display : block;
border : none;
cursor : pointer;
border-bottom : 1px solid #000;
} 
.transMenu .background { 
position : absolute;
left : 0;
top : 0;
z-index : 1;
} 
.transMenu .shadowRight { 
position : absolute;
z-index : 3;
top : 3px;
width : 2px;
} 
.transMenu .shadowBottom { 
position : absolute;
z-index : 1;
left : 3px;
height : 2px;
} 
.transMenu .item.hover { 
background : #99bed6;
} 
.transMenu .item.hover td { 
color : #000000;
font-family : Arial;
font-size : 12px;
} 
.transMenu .item img { 
margin-left : 10px;
} 
.transMenu .item#active { 
font-family : Arial;
background : #29a294;
color : black;
} 
.transMenu .item#active.hover { 
background : #107a8a;
} 
.transMenu .item td { 
color : #000;
font-weight : bold;
} 
#wrap { 
margin : 0;
padding : 0;
} 
a.mainlevel-trans:link, a.mainlevel-trans:visited { 
font-family : Arial;
text-decoration : none;
font-size : 12px;
font-weight : bold;
color : #ffffff;
white-space : nowrap;
line-height : 26px;
display : block;
height : 26px;
width : auto;
margin : 0;
padding : 2px 10px 0 12px;
} 
a.mainlevel-trans:hover { 
color : #66ccff;
} 
a.mainlevel_active-trans, a.mainlevel_active-trans:visited { 
font-family : Arial;
text-decoration : none;
font-size : 12px;
font-weight : bold;
color : #ffffff;
white-space : nowrap;
line-height : 26px;
display : block;
height : 26px;
width : auto;
margin : 0;
padding : 2px 10px 0 12px;
} 
a.mainlevel_active-trans:hover { 
color : #00ccff;
}
