#topmenu{
	padding-left: 5px;
	padding-right:5px;
	width:960px; 
	height:45px; 
	background:url("../images/tray.jpg") 0 0 no-repeat;
	overflow:active; 
	font:bold 95%/1 "tahoma",sans-serif; 
	z-index:3;
}


/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.transMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}
	
/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.transMenu .content {
position: relative;
left: 0;
top: 0;

	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.transMenu .items {
	position:relative;
	left:0px; 
	top:-8px;
	z-index:2;
	text-indent:0px;
	text-align: left;
	background:#bde2fd;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
	}
.transMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item*/ 
.transMenu .item{
	font-family: Tahoma;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#00365d;
   background: #bde2fd;
 line-height: 20px;
  /*   border-top: .05pt solid #333333;
   display: block;
   height: 32px;
   width:auto;
   _width:auto;

*/   
   cursor:pointer;
	cursor:hand;
	text-align: left;
	border:#F90 solid 0px;
	filter:alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}



/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.transMenu .background {
display: none;
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=80);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.transMenu .shadowRight {
display: none;
	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 {
display: none;
	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 {
 color:#ffffff;
  background: #00a2f4;

}

.transMenu .item.hover td { 
  color:#ffffff;
  background: #00a2f4;

  }

/* 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 td img {
	text-align: right;
/*	_width: auto;*/
	}
	
.transMenu .item#active {
 color:#ffffff;
  background: #D9261C;
	-moz-opacity:.6;
	filter:alpha(opacity=60);
	}
	
	
.transMenu .item#active.hover {
	text-decoration: strike-thru;

	}
	

/* For first level menu.*/
#wrap {
   margin: 0px;
   padding: 0px;
   padding-top: 0px;
   
}
div#menu td{
vertical-align: bottom;

}

a.mainlevel-trans:link, a.mainlevel-trans:visited {
   font-family: Tahoma;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#fff;
   white-space:nowrap;
   line-height: 45px;
   background:url("../images/tray-separator.gif") 100% 0 no-repeat;
   display: block;
   height: 45px;
   width:115px;
   _width:115px;
   margin: 0px;
   padding: 0px 10px 0px 10px;

}

a.mainlevel-trans:hover {
  color:#ffffff;
  z-index: 1000;
  width:115px;
   _width:115px;
  padding: 0px 10px 0px 10px;
  background:url("../images/tray-active.png");
}

a.mainlevel_active-trans, a.mainlevel_active-trans:visited {
   font-family: Tahoma;
   text-decoration:none;
   font-size: 11px;
   font-weight:bold;
   color:#ffffff;
   white-space:nowrap;
   line-height: 15px;
/*   border-right: 1px solid #FFF;*/
   display: block;
   height: 45px;
   margin: 0px;
   padding: 0px 10px 0px 10px;
   background: #1F1A17;
}
a.mainlevel_active-trans:hover {
   color:#ffffff;
   background: #1F1A17;

}
/* End added */
