

.transMenu {
	position:absolute;
	overflow:hidden;
	margin:0px 0px 0px 0px;}

.transMenu .content {
	margin-left:-2px;
	position:relative;}


.transMenu .items {
	position:absolute;	
	width:129px;
	z-index:2;	
	text-indent:5px;}
.transMenu.top .items {
	border-top:none;}

.transMenu .item {
    font-size:8px;  
	text-decoration:none;	  
    margin: 0px;
	display:block;
	
	cursor:pointer;
	cursor:hand;
	text-align:center;}

.transMenu .background {
	position:inherit;
	background:#000000;
	z-index:0;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	text-align:center;}

.transMenu .shadowRight {
	visibility:hidden;
	position:absolute;
	z-index:3;
	top:0px; width:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);	
	text-align:center;}

.transMenu .shadowBottom {
	visibility:hidden;
	position:absolute;
	z-index:1;
	left:0px; height:0px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	text-align:center;}

.transMenu .item.hover 
{background: #B8B8B8;}
.transMenu .item.hover td {
	color:#3366CC;}


.transMenu .item img { 	
	width:0px;
	height:0px;	
	text-align:center;}
.transMenu .item#active {	
	background:#A8A8A8;
	color:#B8B8B8;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	text-align:center;}

.transMenu .item#active.hover {	
	background:#B8B8B8;
	text-align:center;}

.transMenu .item td {
	font-family: Tahoma, Helvetica, sans-serif;
	width:129px;
	font-size: 11px;
	color:#333;
	text-align:center;}

#wrap {	
	margin: 0px;
	margin-left: 0px;
   	padding: 0px;}

#menu {   
	margin-left: 3px;}
a.mainlevel-trans:link, a.mainlevel-trans:visited {  	
	font-family: Tahoma, Helvetica, sans-serif;
   	text-decoration:none;
   	font-size: 11px;
   	color:#333;
   	white-space:nowrap;
   	line-height: 26px;
   	border-right: 1px solid #FFF;
   	display: block;
   	height: 26px;
   	width:129px;}
a.mainlevel-trans:hover {
	color:#3366CC;}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {  
	font-family: Tahoma, Helvetica, sans-serif;
   	text-decoration:none;
   	font-size: 11px;
   	color:#33F;
   	white-space:nowrap;
   	line-height: 26px;
   	border-right: 1px solid #FFF;
   	display: block;
   	height: 26px;
   	width:129px;
   	background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7) 12px 10px no-repeat;}
a.mainlevel_active-trans:hover {
	color:#3366CC;}


