.transMenu {
 position:absolute;
 overflow:hidden;
 left:-1000px;
 top:-1000px;
}

.transMenu .content {
 position:absolute;
}

.transMenu .items {
 border: 0px solid #FFFFFF;
 position:relative;
 left:0px; top:0px;
 z-index:2;
}

.transMenu.top .items {
}

.transMenu  td
{

  padding: 5px 0px 5px 9px!important;
 font-size: 12px !important;
 font-family: SimSun, Trebuchet MS, MS Sans Sarif, Arial, Helvetica !important;
 text-align: left !important;
 font-weight: bold !important;
 color: #363636 !important;
}

.transMenu  .item.hover td
{
 color: #1212FD!important;
 background-image: URL("../images/selected_bg.jpg" );
}

.transMenu .item {

 text-decoration: none;
/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */

 cursor:pointer;
 cursor:hand;
}

.transMenu .background {

 background-image: URL("../images/selected_bg.jpg" );
 background-color: #efefef!important;
 position:absolute;
 left:0px; top:0px;
 z-index:1;
 -moz-opacity:0.85;
 filter:alpha(opacity=85)
}

.transMenu .shadowRight {
 position:absolute;
 z-index:3;
 top:3px; width:2px;
 -moz-opacity:0.85;
 filter:alpha(opacity=85);
background-color:#fff;
}

.transMenu .shadowBottom {
 position:absolute;
 z-index:1;
 left:3px; height:2px;
 -moz-opacity:0.85;
 filter:alpha(opacity=85)
}

.transMenu .item.hover {
background-image: URL("../images/selected_bg.jpg" );
 background-color: #FFFFFF;
}

.transMenu .item img {
 margin-left:10px;
}

table.menu {
 top: 0px;
 left: 0px;
 position:relative;
 margin:0px;
 border: 0px solid #FFFFFF;
}

table.menu a{
 margin:0px;
 padding: 5px 19px 5px 18px;
 display:block;
 position:relative;
}

div.menu a,
div.menu a:visited,
div.menu a:link {
   font-size: 14px;
 font-family: SimSun, Trebuchet MS, MS Sans Sarif, Arial, Helvetica !important;
 text-align: center;
 font-weight: bold;
 color: #1B491C;
 text-decoration: none;
 margin-bottom:0px;
 display:block;
 white-space:nowrap;
 background-image: URL("../images/menu_bg.jpg" );
}

div.menu td {
   font-size: 14px;
 font-family: SimSun, Trebuchet MS, MS Sans Sarif, Arial, Helvetica !important;
 text-align: left;
 font-weight: bold;
 color: #1212FD;
  border-bottom: 1px solid #666666;
 border-top: 1px solid #666666;
 border-left: 1px solid #666666;
 background-image: URL("../images/selected_bg.jpg" );
 background-color: ;
}

div.menu td.last {
 border-right: 1px solid #666666;
}

#menu a.hover   {
 background-image: URL("../images/path_bg.gif" );
   font-size: 14px;
 font-family: SimSun, Trebuchet MS, MS Sans Sarif, Arial, Helvetica !important;
 text-align: center;
 font-weight: bold;
 color: #FD2020;
 background-color: #FFFFEE;
}

