.transMenu {
 position:absolute;
 overflow:hidden;
 left:-1000px;
 top:-1000px;
	}



.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:10px;
 text-decoration:none;
 font-weight:bold;
 margin: 0px;
 display:block;
 border:none;
	 cursor:hand;
 cursor:hand;
 border-bottom: 1px solid #000;
	}
.transMenu .background {
 position:absolute;
 left:0px; top:0px;
 z-index:1;
 -moz-opacity:.8;
	filter:alpha(opacity=90);
 }
.transMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.transMenu .item.hover {
background: #D0D2DC;
}
.transMenu .item.hover td {color:#000000;}
/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.transMenu .item img {
	margin-left:10px;
	}
.transMenu .item#active {
	background:#FFFFFF;
	color:#000000;
	-moz-opacity:.9;
	filter:alpha(opacity=60);
	}
.transMenu .item#active.hover {
	background:#D0D2DC;
	}
.transMenu .item td{
	color:#000000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
/* For first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
}
#menu {
}
a.mainlevel-trans:link, a.mainlevel-trans:visited {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 12px;
	font-weight:bold;
	color:#000000;
	white-space:nowrap;
	/*	line-height: 20px;*/
	border-right: 2px solid #FFF;
	display: block;
	height: 20px;
	width:auto;
	margin: 0px;
	text-align: center;
	padding-top: 5px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
}
a.mainlevel-trans:hover {
  color:#000000;
}
a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
	font-family: Tahoma, Helvetica, sans-serif;
	text-decoration:none;
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	white-space:nowrap;
/*	line-height: 20px;*/
	border-right: 2px solid #000000;
	display: block;
	height: 18px;
	width:auto;
	margin: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
/*   background: url(img/menu_icon.png) 9px 7px no-repeat;*/
}
a.mainlevel_active-trans:hover {
  color:#000000;
}

